Ignore:
Timestamp:
Oct 26, 2006, 10:59:01 PM (16 years ago)
Author:
Jean-Yves Lamoureux
Message:
  • Initial revision
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cacamoo/trunk/configure.ac

    r1209 r1244  
    2626fi
    2727
     28AC_CHECK_HEADERS(getopt.h)
     29
     30AC_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"])])
     35AC_SUBST(GETOPT_LIBS)
     36
    2837CACA="no"
    2938PKG_CHECK_MODULES(cucul, cucul,
Note: See TracChangeset for help on using the changeset viewer.