From 56a681b21ff263e3607ecfcb3e45ebc6e4f5735c Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 14 Oct 2012 22:46:49 +0200 Subject: [PATCH] configure.ac: Replaced place-holder help text. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2