comparison configure.ac @ 7451:81959bd9fe1f

[gaim-migrate @ 8063] See if the newest autoconf likes this a little more. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 07 Nov 2003 01:28:42 +0000
parents f7a807db8e03
children 3456b3ce0775
comparison
equal deleted inserted replaced
7450:685736e14aac 7451:81959bd9fe1f
34 dnl Checks for library functions. 34 dnl Checks for library functions.
35 AC_TYPE_SIGNAL 35 AC_TYPE_SIGNAL
36 AC_FUNC_STRFTIME 36 AC_FUNC_STRFTIME
37 AC_CHECK_FUNCS(strdup strstr atexit) 37 AC_CHECK_FUNCS(strdup strstr atexit)
38 dnl Checks for getopt in standard library 38 dnl Checks for getopt in standard library
39 AC_CHECK_FUNCS(getopt_long , , 39 AC_CHECK_FUNCS(getopt_long,,
40 AC_LIBOBJ(getopt) 40 [
41 AC_LIBOBJ(getopt1)) 41 AC_LIBOBJ(getopt)
42 42 AC_LIBOBJ(getopt1)
43 ])
43 44
44 dnl Check for inet_aton 45 dnl Check for inet_aton
45 AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, , 46 AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, ,
46 [AC_ERROR(inet_aton not found)])]) 47 [AC_ERROR(inet_aton not found)])])
47 AC_CHECK_LIB(nsl, gethostent) 48 AC_CHECK_LIB(nsl, gethostent)