diff options
author | 2011-04-01 19:44:24 +0100 | |
---|---|---|
committer | 2011-04-01 19:46:13 +0100 | |
commit | ea370e26e5bd368512c7e54f11f5179ac4fe1610 (patch) | |
tree | e43e1f658e344429c464ff826c6cdd98f5d9c932 | |
parent | b08f34f43db2c681c1fdd3f7d375d359c86306d5 (diff) | |
download | paludis-ea370e26e5bd368512c7e54f11f5179ac4fe1610.tar.gz paludis-ea370e26e5bd368512c7e54f11f5179ac4fe1610.tar.xz |
Fix message formatting
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2ac85d446..4e4005865 100644 --- a/configure.ac +++ b/configure.ac @@ -1618,6 +1618,7 @@ dnl }}} dnl {{{ +AC_MSG_CHECKING([whether to build pbins]) AC_ARG_ENABLE([pbins], AS_HELP_STRING([--enable-pbins], [Enable pbins (nonfunctional, for development only)]), [ENABLE_PBINS=$enableval |