diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c93d224..91f4b81 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -47,6 +47,12 @@ AC_CHECK_HEADERS(limits.h) | |||
47 | 47 | ||
48 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) | 48 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) |
49 | 49 | ||
50 | PGSQL_LIBS=-lpq | ||
51 | |||
52 | AC_SUBST(PGSQL_LIBS) | ||
53 | AC_SUBST(PGSQL_LDFLAGS) | ||
54 | AC_SUBST(PGSQL_CFLAGS) | ||
55 | |||
50 | dnl Write config.status and the Makefile | 56 | dnl Write config.status and the Makefile |
51 | 57 | ||
52 | AC_OUTPUT(Makefile | 58 | AC_OUTPUT(Makefile |