From: Sebastian Harl Date: Sun, 14 Oct 2012 20:46:49 +0000 (+0200) Subject: configure.ac: Replaced place-holder help text. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=56a681b21ff263e3607ecfcb3e45ebc6e4f5735c;p=postrr.git configure.ac: Replaced place-holder help text. --- 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