]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
fix autoheader (autoconf-2.68) complaining:
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 31 Mar 2012 16:54:17 +0000 (16:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
$ autoheader
autoheader: warning: missing template: EGG_SSL_EXT
autoheader: Use AC_DEFINE([EGG_SSL_EXT], [], [Description])

Changed files:
    eggdrop-ssl.patch -> 1.8

eggdrop-ssl.patch

index d78e7a2ba63de8e276046fd87d0c02c275e7eae4..d31c973d155997545e1ce4202716860e8795dc0c 100644 (file)
@@ -48,7 +48,7 @@
  MAKE_DEPEND = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(CC)'
  
 --- aclocal.m4 2004-03-27 06:50:00.000000000 +0000
-+++ aclocal.m4 2004-03-27 06:50:00.000000000 +0000
++++ aclocal.m4 2012-03-31 19:46:26.881862392 +0300
 @@ -37,6 +37,64 @@
  ])
  
@@ -90,7 +90,7 @@
 +
 +      if test -n "$SSL_INCLUDE" && test -n "$SSL_LIB" && test -n "$CRYPTO_LIB"; then
 +        SSL_LIBS="-lssl -lcrypto -L$SSL_LIB -L$CRYPTO_LIB";
-+        AC_DEFINE(EGG_SSL_EXT)
++        AC_DEFINE([EGG_SSL_EXT], [], [SSL support])
 +        AC_MSG_RESULT(yes)
 +      else
 +        AC_MSG_RESULT(no)
This page took 0.081608 seconds and 4 git commands to generate.