summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f4d99f894..028ce9037 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1804,8 +1804,8 @@ AM_CONDITIONAL([BUILD_MORE], [test "x$build_more" = xyes])
AC_ARG_ENABLE([pg],
- AS_HELP_STRING([--disable-pg], [do not build pg]),
- [], [UL_DEFAULT_ENABLE([pg], [check])]
+ AS_HELP_STRING([--enable-pg], [build pg]),
+ [], [UL_DEFAULT_ENABLE([pg], [no])]
)
UL_BUILD_INIT([pg])
UL_REQUIRES_HAVE([pg], [ncursesw, ncurses], [ncurses or ncursesw library])