Author: cazfi
Date: Sun May 10 16:31:27 2015
New Revision: 29035

URL: http://svn.gna.org/viewcvs/freeciv?rev=29035&view=rev
Log:
Fixed compilation failure when postgres support has been enabled.

Report from gentoo.

See bug #23549

Modified:
    trunk/m4/fcdb-postgres.m4

Modified: trunk/m4/fcdb-postgres.m4
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/m4/fcdb-postgres.m4?rev=29035&r1=29034&r2=29035&view=diff
==============================================================================
--- trunk/m4/fcdb-postgres.m4   (original)
+++ trunk/m4/fcdb-postgres.m4   Sun May 10 16:31:27 2015
@@ -8,8 +8,8 @@
 
     FC_CHECK_POSTGRES(
     [
-      FCDB_POSTGRES_CFLAGS="$POSTGRESQL_CFLAGS"
-      FCDB_POSTGRES_LIBS="$POSTGRESQL_LDFLAGS"
+      FCDB_POSTGRES_CFLAGS="$postgresql_cflags"
+      FCDB_POSTGRES_LIBS="$postgresql_ldflags"
 
       AC_SUBST(FCDB_POSTGRES_CFLAGS)
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to