summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7a4d5b8)
raw | patch | inline | side by side (parent: 7a4d5b8)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 14 Oct 2012 20:46:49 +0000 (22:46 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 14 Oct 2012 20:46:49 +0000 (22:46 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 6e802cc3082b7193399eb040c41460e93aabb835..67af327e86f2428b02315da9d7553b10b766a572 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl pg_config
AC_ARG_WITH([pgconfig],
- [AS_HELP_STRING([--with-pgconfig=FILE], [foo bar],)],
+ [AS_HELP_STRING([--with-pgconfig=FILE], [path to pg_config],)],
[PG_CONFIG="$withval"], [PG_CONFIG=""])
if test "x$PG_CONFIG" = "x"; then