]> git.pld-linux.org Git - packages/pidgin.git/blame - gaim-AC_LIBOBJ.patch
- moved to proper branch
[packages/pidgin.git] / gaim-AC_LIBOBJ.patch
CommitLineData
d230e824
AF
1--- gaim-0.56/configure.ac.wiget Wed Apr 17 10:27:09 2002
2+++ gaim-0.56/configure.ac Wed Apr 17 10:35:34 2002
3@@ -34,9 +34,10 @@
4 AC_CHECK_FUNCS(socket strdup strstr atexit getaddrinfo)
5
6 dnl Checks for getopt in standard library
7-AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] )
8-AC_SUBST(LIBOBJS)
9-
10+AC_CHECK_FUNCS(getopt_long , , [
11+ AC_LIBOBJ([getopt])
12+ AC_LIBOBJ([getopt1])
13+ ])
14 dnl Check for inet_aton
15 AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, ,
16 [AC_ERROR(inet_aton not found)])])
This page took 0.069067 seconds and 4 git commands to generate.