Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 775878
Collapse All | Expand All

(-)a/acinclude.m4 (-1 / +1 lines)
Lines 191-197 if test "$ac_pgsql" = "yes"; then Link Here
191
		PGSQL_INCLUDE=-I$ac_pgsql_incdir
191
		PGSQL_INCLUDE=-I$ac_pgsql_incdir
192
	fi
192
	fi
193
	if test "$ac_pgsql_libdir" = "no"; then
193
	if test "$ac_pgsql_libdir" = "no"; then
194
		PGSQL_LDFLAGS=`pg_config --libdir`
194
		PGSQL_LDFLAGS=-L`pg_config --libdir`
195
	else
195
	else
196
		PGSQL_LDFLAGS=-L$ac_pgsql_libdir
196
		PGSQL_LDFLAGS=-L$ac_pgsql_libdir
197
	fi
197
	fi

Return to bug 775878