Changeset 1244 for cacamoo/trunk/configure.ac
- Timestamp:
- Oct 26, 2006, 10:59:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cacamoo/trunk/configure.ac
r1209 r1244 26 26 fi 27 27 28 AC_CHECK_HEADERS(getopt.h) 29 30 AC_CHECK_FUNCS(getopt_long, 31 [AC_DEFINE(HAVE_GETOPT_LONG, 1, Define to 1 if you have the `getopt_long' function.)], 32 [AC_CHECK_LIB(gnugetopt, getopt_long, 33 [AC_DEFINE(HAVE_GETOPT_LONG, 1, Define to 1 if you have the `getopt_long' function.) 34 GETOPT_LIBS="${GETOPT_LIBS} -lgnugetopt"])]) 35 AC_SUBST(GETOPT_LIBS) 36 28 37 CACA="no" 29 38 PKG_CHECK_MODULES(cucul, cucul,
Note: See TracChangeset
for help on using the changeset viewer.