]> git.pld-linux.org Git - packages/adns.git/commitdiff
- quote in [] define() macro name.
authorkloczek <kloczek@pld-linux.org>
Mon, 19 Nov 2001 02:08:54 +0000 (02:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adns-ac_fix.patch -> 1.1

adns-ac_fix.patch [new file with mode: 0644]

diff --git a/adns-ac_fix.patch b/adns-ac_fix.patch
new file mode 100644 (file)
index 0000000..4565ef0
--- /dev/null
@@ -0,0 +1,11 @@
+--- adns-1.0/configure.in~     Mon Nov 19 02:41:12 2001
++++ adns-1.0/configure.in      Mon Nov 19 02:41:12 2001
+@@ -25,7 +25,7 @@
+ AC_CONFIG_HEADER(src/config.h)
+ dnl DPKG_CACHED_TRY_COMPILE(<description>,<cachevar>,<include>,<program>,<ifyes>,<ifno>)
+-define(DPKG_CACHED_TRY_COMPILE,[
++define([DPKG_CACHED_TRY_COMPILE],[
+  AC_MSG_CHECKING($1)
+  AC_CACHE_VAL($2,[
+   AC_TRY_COMPILE([$3],[$4],[$2=yes],[$2=no])
This page took 0.07143 seconds and 4 git commands to generate.