Skip to content

Commit 21f81c2

Browse files
committed
Reverse -L and -l order
1 parent 6723345 commit 21f81c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/php.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ dnl Set installation PostgreSQL directory if given from configure argument.
19761976
AS_IF([test -z "$PGSQL_INCLUDE" || test -z "PGSQL_LIBDIR"], [found_pgsql=no], [
19771977
found_pgsql=yes
19781978
PGSQL_CFLAGS="-I$PGSQL_INCLUDE"
1979-
PGSQL_LIBS="-lpq -L$PGSQL_LIBDIR"
1979+
PGSQL_LIBS="-L$PGSQL_LIBDIR -lpq"
19801980
])
19811981
])
19821982

0 commit comments

Comments
 (0)