line for mingw to avoid newline char being used.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1697
b70326c6-7e19-0410-871a-
916f4a2858ee
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
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