Tue Nov 1 20:33:07 PST 2005
- Previous message: [Slony1-commit] By xfade: Fix bug #1454.
- Next message: [Slony1-commit] By xfade: Fix spelling error.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix bug #1454. $TEMP_FLAGS was used instead of $TEMP_LDFLAGS. Reported by arachnid <NOSPAM> notdot.net
Tags:
----
REL_1_1_STABLE
Modified Files:
--------------
slony1-engine/config:
acx_libpq.m4 (r1.13 -> r1.13.2.1)
-------------- next part --------------
Index: acx_libpq.m4
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config/acx_libpq.m4,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -Lconfig/acx_libpq.m4 -Lconfig/acx_libpq.m4 -u -w -r1.13 -r1.13.2.1
--- config/acx_libpq.m4
+++ config/acx_libpq.m4
@@ -149,7 +149,7 @@
TEMP_LDFLAGS=$LDFLAGS
-LDFLAGS="$TEMP_FLAGS -L$PG_LIBDIR"
+LDFLAGS="$TEMP_LDFLAGS -L$PG_LIBDIR"
AC_CHECK_LIB(pq, PQunescapeBytea, HAVE_PQUNESCAPEBYTEA=1)
if test -n "$HAVE_PQUNESCAPEBYTEA"; then
@@ -185,7 +185,7 @@
)
fi
-LDFLAGS="$TEMP_FLAGS -L$PG_PKGLIBDIR"
+LDFLAGS="$TEMP_LDFLAGS -L$PG_PKGLIBDIR"
AC_MSG_CHECKING(for plpgsql.so)
if test -s $PG_PKGLIBDIR"/plpgsql.so"; then
AC_MSG_RESULT(yes)
@@ -223,7 +223,7 @@
)
fi
-LDFLAGS="$TEMP_FLAGS -L$PG_LIBDIR"
+LDFLAGS="$TEMP_LDFLAGS -L$PG_LIBDIR"
have_pqputcopydata=no
AC_CHECK_LIB(pq, [PQputCopyData], [have_pqputcopydata=yes])
- Previous message: [Slony1-commit] By xfade: Fix bug #1454.
- Next message: [Slony1-commit] By xfade: Fix spelling error.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list