From: graham.gower Date: Fri, 6 Nov 2009 00:48:36 +0000 (+0000) Subject: Specify --enable-pathfinder instead of --with-pathfinder. X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=ef04881ebc73c33de134a10b3cb8bb69f8008752 Specify --enable-pathfinder instead of --with-pathfinder. git-svn-id: http://opkg.googlecode.com/svn/trunk@265 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- 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