From 0d805effcfb3a0ada8aae0a35122be86fc70cb39 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 15 Jun 1998 05:58:42 +0000 Subject: [PATCH] updates from rob git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@896 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 430692ee83..e8471290cd 100644 --- a/configure.in +++ b/configure.in @@ -49,7 +49,7 @@ AC_ARG_WITH( motif-libraries, # -I...libgnomesupport is to fix bug in gnome-1.3 release AC_ARG_WITH( gnome, [ --with-gnome=PATH specify where to look for gnome includes and libs], - X_LIBS="${X_LIBS} -L$with_gnome/lib" X_CFLAGS="$X_CFLAGS -I$with_gnome/include -I$with_gnome/include/libgnomesupport" ) + X_LIBS="${X_LIBS} -L$with_gnome/lib" X_CFLAGS="$X_CFLAGS -I$with_gnome/include -I$with_gnome/lib/gnome-libs/include" ) AC_ARG_WITH( gnome-includes, [ --with-gnome-includes=DIR specify where to look for gnome includes],