]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1512] reverted accidentally commited local workaround to configure.ac.
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 21 May 2012 23:01:26 +0000 (16:01 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 21 May 2012 23:01:26 +0000 (16:01 -0700)
configure.ac

index 8f0fb39177459cabc981007a27df51af340dcb3e..566b74d61e9dec81daf9737dde8b185c8440de7a 100644 (file)
@@ -722,7 +722,7 @@ elif test "${log4cplus_path}" != "yes" ; then
   LOG4CPLUS_LIBS="-L${log4cplus_path}/lib"
 else
 # If not specified, try some common paths.
-       log4cplusdirs="/opt/pkg /usr/local /usr/pkg /opt /opt/local"
+       log4cplusdirs="/usr/local /usr/pkg /opt /opt/local"
        for d in $log4cplusdirs
        do
                if test -f $d/include/log4cplus/logger.h; then