]> git.pld-linux.org Git - packages/anubis.git/blob - anubis-libobj.patch
- use %service
[packages/anubis.git] / anubis-libobj.patch
1 --- anubis-3.0.1/configure.in~  2002-06-08 23:04:40.000000000 +0200
2 +++ anubis-3.0.1/configure.in   2002-06-09 10:59:51.000000000 +0200
3 @@ -46,8 +46,10 @@
4  AC_CHECK_HEADERS(string.h arpa/inet.h syslog.h regex.h)
5  
6  dnl Check for getopt_long in standard library
7 -AC_SUBST(LIBOBJS)
8 -AC_CHECK_FUNCS(getopt_long,, [LIBOBJS="$LIBOBJS getopt1.o getopt.o"])
9 +AC_CHECK_FUNCS(getopt_long,, [
10 +       AC_LIBOBJ(getopt1)
11 +       AC_LIBOBJ(getopt)
12 +])
13  
14  dnl Checks for library functions.
15  AC_CHECK_FUNCS(snprintf vsnprintf syslog setrlimit socketpair strdup)
This page took 0.105504 seconds and 3 git commands to generate.