Changeset 78


Ignore:
Timestamp:
02/24/06 11:36:37 (6 years ago)
Author:
jlee
Message:

Revert windres change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

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