Changeset 2277
- Timestamp:
- 13/09/2008 14:47:21 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2234 r2277 48 48 [Location of the perl executable]) 49 49 50 AC_CHECK_ PROGS([AR], [ar],50 AC_CHECK_TOOL([AR], [ar], 51 51 [AC_MSG_ERROR([[cannot find ar executable]])]) 52 AC_CHECK_ PROGS([RANLIB], [ranlib],52 AC_CHECK_TOOL([RANLIB], [ranlib], 53 53 [AC_MSG_ERROR([[cannot find ranlib executable]])]) 54 55 case $target_os in 56 mingw*) 57 AC_CHECK_TOOL([WINDRES], [windres], 58 [AC_MSG_ERROR([[cannot find windres executable]])]) 59 ;; 60 esac 54 61 55 62 ### Checks for libraries.
Note: See TracChangeset
for help on using the changeset viewer.
