comparison configure.in @ 369:cf895313fc50

[gaim-migrate @ 379] Nothing interesting committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 09 Jun 2000 08:06:22 +0000
parents 1c4f8850acbc
children 7898e110b298
comparison
equal deleted inserted replaced
368:9bf1f77985d2 369:cf895313fc50
15 15
16 16
17 dnl Checks for header files. 17 dnl Checks for header files.
18 AC_HEADER_STDC 18 AC_HEADER_STDC
19 AC_HEADER_SYS_WAIT 19 AC_HEADER_SYS_WAIT
20 AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h) 20 AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h locale.h)
21 AC_CHECK_HEADERS(pthread.h,,AC_MSG_ERROR([*** POSIX thread support not found ***])) 21 AC_CHECK_HEADERS(pthread.h,,AC_MSG_ERROR([*** POSIX thread support not found ***]))
22 22
23 dnl Checks for typedefs, structures, and compiler characteristics. 23 dnl Checks for typedefs, structures, and compiler characteristics.
24 AC_C_CONST 24 AC_C_CONST
25 AC_STRUCT_TM 25 AC_STRUCT_TM
37 AM_CONDITIONAL(GNOMEAPPLET, test x$enable_gnome = xyes) 37 AM_CONDITIONAL(GNOMEAPPLET, test x$enable_gnome = xyes)
38 AC_ARG_ENABLE(esd, [ --disable-esd Turn off ESD (default=auto)],enable_esd=no,enable_esd=yes) 38 AC_ARG_ENABLE(esd, [ --disable-esd Turn off ESD (default=auto)],enable_esd=no,enable_esd=yes)
39 AC_ARG_ENABLE(oscar, [ --enable-oscar Enable Oscar support (experimental)],enable_oscar=yes,) 39 AC_ARG_ENABLE(oscar, [ --enable-oscar Enable Oscar support (experimental)],enable_oscar=yes,)
40 AC_ARG_ENABLE(nas, [ --enable-nas Enable NAS (Network Audio System) support],enable_nas=yes,) 40 AC_ARG_ENABLE(nas, [ --enable-nas Enable NAS (Network Audio System) support],enable_nas=yes,)
41 AC_ARG_ENABLE(plugins, [ --disable-plugins compile with out plugin support],enable_plugins=no,enable_plugins=yes) 41 AC_ARG_ENABLE(plugins, [ --disable-plugins compile with out plugin support],enable_plugins=no,enable_plugins=yes)
42 AM_CONDITIONAL(PLUGINS, test x$enable_plugins = xyes)
42 43
43 LIBFAIM_DO="" 44 LIBFAIM_DO=""
44 45
45 if test "$enable_debug" = yes ; then 46 if test "$enable_debug" = yes ; then
46 CFLAGS="$CFLAGS -Wall -d -g" 47 CFLAGS="$CFLAGS -Wall -d -g"