]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- outdated
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 1 Nov 2004 14:15:32 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop-ac_fix.patch -> 1.2

eggdrop-ac_fix.patch [deleted file]

diff --git a/eggdrop-ac_fix.patch b/eggdrop-ac_fix.patch
deleted file mode 100644 (file)
index 6090974..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
---- src/mod/compress.mod/configure.in.orig     Sun May  4 22:05:32 2003
-+++ src/mod/compress.mod/configure.in  Sat Jun 14 12:41:56 2003
-@@ -10,8 +10,7 @@
- dnl Instead of AC_INIT, we call EGG_INIT().
--sinclude(../eggmod.m4)
--EGG_INIT(compress.c)
-+AC_INIT(compress.c)
- AC_CONFIG_HEADER(compress_config.h)
- AC_PROG_CC
-@@ -29,7 +28,6 @@
-   compress module will therefore be disabled.
- EOF
--  EGG_REMOVE_MOD(compress)
- else
-   if test "${ac_cv_header_zlib_h}" != yes; then
-     cat >&2 <<EOF
-@@ -39,7 +37,6 @@
-   compress module will therefore be disabled.
- EOF
--    EGG_REMOVE_MOD(compress)
-   fi
- fi
- AC_FUNC_MMAP
---- src/mod/dns.mod/configure.in~      Sun May  4 22:05:32 2003
-+++ src/mod/dns.mod/configure.in       Sat Jun 14 12:49:36 2003
-@@ -10,12 +10,10 @@
- dnl Instead of AC_INIT, we call EGG_INIT().
--sinclude(../eggmod.m4)
--EGG_INIT(coredns.c)
-+AC_INIT(coredns.c)
- AC_PROG_CC
--AC_CYGWIN
- AC_MSG_CHECKING(whether or not you enabled IPv6 support)
- AC_ARG_ENABLE(ipv6, [  --enable-ipv6           enable IPV6 support],
-@@ -103,7 +101,6 @@
-   module will therefore be disabled.
- EOF
--  EGG_REMOVE_MOD(dns)
- fi
- if test "${dns_reslib_avail}" != false; then
-@@ -116,7 +113,6 @@
-   disabled.
- EOF
--    EGG_REMOVE_MOD(dns)
-   fi
- fi
This page took 0.086895 seconds and 4 git commands to generate.