X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=67af327e86f2428b02315da9d7553b10b766a572;hb=56a681b21ff263e3607ecfcb3e45ebc6e4f5735c;hp=6e802cc3082b7193399eb040c41460e93aabb835;hpb=ac5961c9983ead0da2d96af6f08ab5701bbdd258;p=postrr.git diff --git a/configure.ac b/configure.ac index 6e802cc..67af327 100644 --- a/configure.ac +++ b/configure.ac @@ -200,7 +200,7 @@ AC_SUBST([A2X]) 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