From b47327ed48f7e58432205fbd3a9f5c5a07b06add Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 12 May 2005 07:45:40 +0000 Subject: [PATCH] Added another dir in search path for docbook.xml, changed shell invocation line for mingw to avoid newline char being used. git-svn-id: http://svn.osgeo.org/postgis/trunk@1697 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e5c2f05cd..893e5fabe 100644 --- a/configure.in +++ b/configure.in @@ -189,6 +189,7 @@ XSLBASE= SEARCHPATH=" /usr/share/sgml/docbook/xsl-stylesheets /usr/share/xml/docbook/stylesheet/nwalsh + /usr/share/sgml/docbook/stylesheet/xsl/nwalsh " for p in ${SEARCHPATH}; do if test -r ${p}/html/docbook.xsl; then @@ -241,7 +242,7 @@ EXE= case $host_os in *mingw*) PGBEINCLUDES="$PGBEINCLUDES $PGBEINCLUDES/port/win32" - PGFELIBS="$PGFELIBS $PGFELIBS/libpq.dll" + PGFELIBS="$(echo $(${PGCONFIG} --libdir))/libpq.dll" DLSUFFIX=.dll DLFLAGS= EXE=.exe -- 2.50.0