REQ font-util
[unleashed-userland.git] / components / libpqxx / patches / configure.ac.in.patch
blob74da00107f0065f004165325c2f02a94a11011ab
1 --- libpqxx-4.0.1/configure.ac.in 2013-01-17 11:25:15.000000000 +0400
2 +++ libpqxx-4.0.1/configure.ac.in.new 2013-10-29 18:47:14.589302208 +0400
3 @@ -361,7 +361,7 @@
5 AC_SUBST(with_postgres_lib)
6 AC_SUBST(with_postgres_include)
7 -#POSTGRES_LIB="-R${with_postgres_lib}"
8 +POSTGRES_LIB="-R${with_postgres_lib}"
9 AC_SUBST(POSTGRES_LIB)
10 POSTGRES_INCLUDE="-I${with_postgres_include}"
11 AC_SUBST(POSTGRES_INCLUDE)