mysql include path was set in PGSQL_CFLAGS

Bug #1415746 reported by nobuhito
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
sysbench
Fix Committed
Undecided
Alexey Kopytov

Bug Description

I specify the --with-pgsql-includes the configure script, the value of PGSQL_CFLAGS is not set correctly.
I think fixes of # 1354419 is a still insufficient.

----
+++ m4/ac_check_pgsql.m4 2015-01-29 05:52:47 +0000
@@ -16,7 +16,7 @@
 if test [ -n "$ac_cv_pgsql_includes" ]
 then
     AC_CACHE_CHECK([PostgreSQL includes], [ac_cv_pgsql_includes], [ac_cv_pgsql_includes=""])
- PGSQL_CFLAGS="-I$ac_cv_mysql_includes"
+ PGSQL_CFLAGS="-I$ac_cv_pgsql_includes"
 fi

 # Check for custom library path

nobuhito (nobu.o)
description: updated
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Merged to both lp:sysbench/0.4 and lp:sysbench. Thanks.

Changed in sysbench:
status: New → Fix Committed
assignee: nobody → Alexey Kopytov (akopytov)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.