Changeset 78
- Timestamp:
- 02/24/06 11:36:37 (6 years ago)
- File:
-
- 1 edited
-
trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r76 r78 28 28 29 29 if test "$windows" = "yes"; then 30 AC_PATH_PROG(WINDRES, "$ build_alias"-windres)30 AC_PATH_PROG(WINDRES, "$host_alias"-windres) 31 31 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]) 33 33 fi 34 34 fi
Note: See TracChangeset
for help on using the changeset viewer.
