Changeset 76 for trunk


Ignore:
Timestamp:
02/23/06 18:42:46 (6 years ago)
Author:
jlee
Message:

Correctly find windres

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r75 r76  
    2828 
    2929        if test "$windows" = "yes"; then 
    30                 AC_PATH_PROG(WINDRES, "$host_alias"-windres) 
     30                AC_PATH_PROG(WINDRES, "$build_alias"-windres) 
    3131                if test "$WINDRES" = ""; then 
    32                         AC_MSG_ERROR([Can't find "$host_alias-windres" in your PATH]) 
     32                        AC_MSG_ERROR([Can't find "$build_alias-windres" in your PATH]) 
    3333                fi 
    3434        fi 
Note: See TracChangeset for help on using the changeset viewer.