From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/ez-ipupdate/patches/patch-configure | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/ez-ipupdate/patches/patch-configure (limited to 'package/ez-ipupdate/patches/patch-configure') diff --git a/package/ez-ipupdate/patches/patch-configure b/package/ez-ipupdate/patches/patch-configure new file mode 100644 index 000000000..7227b9574 --- /dev/null +++ b/package/ez-ipupdate/patches/patch-configure @@ -0,0 +1,19 @@ +$Id$ +--- ez-ipupdate-3.0.11b8.orig/configure Thu Apr 17 17:38:52 2003 ++++ ez-ipupdate-3.0.11b8/configure Tue Jul 31 12:33:09 2007 +@@ -1804,11 +1804,15 @@ echo "configure:1804: checking whether u + # Check whether --enable-debug or --disable-debug was given. + if test "${enable_debug+set}" = set; then + enableval="$enable_debug" ++ if test x"yes" = x"$enable_debug"; then + cat >> confdefs.h <<\EOF + #define DEBUG 1 + EOF + + echo "$ac_t""yes" 1>&6 ++ else ++ echo "$ac_t""no" 1>&6 ++ fi + else + echo "$ac_t""no" 1>&6 + fi -- cgit v1.2.3