diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-03 02:57:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-03 02:57:03 +0000 |
commit | ea12032b972614962ebd3e4ba0b177ffc147971d (patch) | |
tree | 5ac64a8db1a20d938ba33655ffee23f2f6691cb5 /finance/gnucash-devel/files/patch-configure | |
parent | Update to 1.4.3. (diff) |
Update to 1.8.2.
Notes
Notes:
svn path=/head/; revision=78018
Diffstat (limited to 'finance/gnucash-devel/files/patch-configure')
-rw-r--r-- | finance/gnucash-devel/files/patch-configure | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/finance/gnucash-devel/files/patch-configure b/finance/gnucash-devel/files/patch-configure index 2606f32be35e..08b837a88641 100644 --- a/finance/gnucash-devel/files/patch-configure +++ b/finance/gnucash-devel/files/patch-configure @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- configure.orig Mon Feb 10 00:26:24 2003 -+++ configure Mon Feb 17 17:54:58 2003 +--- configure.orig Sun Mar 9 20:41:48 2003 ++++ configure Tue Mar 11 01:29:14 2003 @@ -3535,10 +3535,10 @@ #include "confdefs.h" #include <libintl.h> @@ -52,7 +49,7 @@ $FreeBSD$ ; return 0; } EOF if { (eval echo configure:3967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -11328,7 +11328,7 @@ +@@ -11352,7 +11352,7 @@ withval="$with_help_prefix" GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash" else @@ -61,10 +58,10 @@ $FreeBSD$ fi -@@ -13115,7 +13115,7 @@ - echo "configure:13116: checking for gtkhtml < 1.1" >&5 - GTKHTML_LIBS=`$GNOME_CONFIG --libs gtkhtml` - GTKHTML_CFLAGS=`$GNOME_CONFIG --cflags gtkhtml` +@@ -13149,7 +13149,7 @@ + done + GTKHTML_CFLAGS=$GIVEN_CFLAGS + - if test "x$GTKHTML_LIBS" != x; then + if test "x$GTKHTML_LIBS" = "xNO"; then # check for gtkhtml and enable it via HAVE_LIBGTKHTML |