Parcourir la source

[1512] reverted accidentally commited local workaround to configure.ac.

JINMEI Tatuya il y a 13 ans
Parent
commit
dd418d92a8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -722,7 +722,7 @@ elif test "${log4cplus_path}" != "yes" ; then
   LOG4CPLUS_LIBS="-L${log4cplus_path}/lib"
   LOG4CPLUS_LIBS="-L${log4cplus_path}/lib"
 else
 else
 # If not specified, try some common paths.
 # 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
 	for d in $log4cplusdirs
 	do
 	do
 		if test -f $d/include/log4cplus/logger.h; then
 		if test -f $d/include/log4cplus/logger.h; then