comparison configure.ac @ 9265:6a1f2c444ee7

[gaim-migrate @ 10064] Apparently stdint.h is required on OS X. This now looks to see if stdint.h exists. and includes it only if it does. If this doesn't fix whatever platform was broken (KingAnt, what was that?), we'll look for another solution. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 11 Jun 2004 03:58:48 +0000
parents 2e2eaa5b6249
children cc2baf349805
comparison
equal deleted inserted replaced
9264:cea7eba5f494 9265:6a1f2c444ee7
41 dnl AC_CYGWIN 41 dnl AC_CYGWIN
42 42
43 dnl Checks for header files. 43 dnl Checks for header files.
44 AC_HEADER_STDC 44 AC_HEADER_STDC
45 AC_HEADER_SYS_WAIT 45 AC_HEADER_SYS_WAIT
46 AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h locale.h signal.h) 46 AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h locale.h signal.h stdint.h)
47 47
48 dnl Check for SILC includes 48 dnl Check for SILC includes
49 AC_ARG_WITH(silc-includes, [ --with-silc-includes=DIR 49 AC_ARG_WITH(silc-includes, [ --with-silc-includes=DIR
50 Compile the SILC plugin against includes in DIR ], [ac_silc_includes="$withval"], [ac_silc_includes="no"]) 50 Compile the SILC plugin against includes in DIR ], [ac_silc_includes="$withval"], [ac_silc_includes="no"])
51 SILC_INCLUDES="" 51 SILC_INCLUDES=""