summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-05 19:48:36 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-05 19:48:36 (EST)
commitef04881ebc73c33de134a10b3cb8bb69f8008752 (patch)
treeef5e0c737c68ea1bfdd2717765b477e9c111198d /configure.ac
parent9e741d3e8f1def567acb24cefc18bca6919166be (diff)
Specify --enable-pathfinder instead of --with-pathfinder.
git-svn-id: http://opkg.googlecode.com/svn/trunk@265 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 16e49cb..c238e1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,9 +30,9 @@ PKG_PROG_PKG_CONFIG([0.20])
# Checks for libraries
-dnl extra argument: --with-pathfinder
+dnl extra argument: --enable-pathfinder
AC_ARG_ENABLE(pathfinder,
- AC_HELP_STRING([--with-pathfinder], [With libpathfinder support.
+ AC_HELP_STRING([--enable-pathfinder], [Enable libpathfinder support.
[[default=no]] ]),
[want_pathfinder="$enableval"], [want_pathfinder="no"])
dnl Check for libpathfinder