--- gaim-0.56/configure.ac.wiget Wed Apr 17 10:27:09 2002 +++ gaim-0.56/configure.ac Wed Apr 17 10:35:34 2002 @@ -34,9 +34,10 @@ AC_CHECK_FUNCS(socket strdup strstr atexit getaddrinfo) dnl Checks for getopt in standard library -AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] ) -AC_SUBST(LIBOBJS) - +AC_CHECK_FUNCS(getopt_long , , [ + AC_LIBOBJ([getopt]) + AC_LIBOBJ([getopt1]) + ]) dnl Check for inet_aton AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, , [AC_ERROR(inet_aton not found)])])