]> granicus.if.org Git - postgis/commitdiff
changed PGBELIBS command to avoid backtics and newlines
authorSandro Santilli <strk@keybit.net>
Thu, 12 May 2005 10:09:02 +0000 (10:09 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 12 May 2005 10:09:02 +0000 (10:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1698 b70326c6-7e19-0410-871a-916f4a2858ee

configure.in

index 893e5fabe536244996b970913c1767da58e98838..f9c9883ad964a1cb37bc7b81cbe7ea5bb24553b4 100644 (file)
@@ -50,7 +50,7 @@ AC_SUBST(MODULE_INSTALLDIR)
 AC_SUBST(LPATH)
 PGFEINCLUDES="-I`${PGCONFIG} --includedir`"
 PGFELIBS="-L`${PGCONFIG} --libdir` -lpq"
-PGBELIBS="-L`${PGCONFIG} --libdir` -lpostgres"
+PGBELIBS="-L$( echo $(${PGCONFIG} --libdir)) -lpostgres"
 PGBEINCLUDES="-I`${PGCONFIG} --includedir-server`"
 
 dnl