]> git.pld-linux.org Git - packages/anubis.git/blame - anubis-libobj.patch
- force to use openssl >= 0.9.7, idea by kloczek
[packages/anubis.git] / anubis-libobj.patch
CommitLineData
88c90a6d 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.083488 seconds and 4 git commands to generate.