|
Line
Link Here
|
| 0 |
-- a/configure.ac |
0 |
++ b/configure.ac |
|
Lines 654-659
Link Here
|
| 654 |
# List of directories, where tools like mysql_config or pgsql_config will be |
654 |
# List of directories, where tools like mysql_config or pgsql_config will be |
| 655 |
# searched for |
655 |
# searched for |
| 656 |
defaultdirs="/usr /usr/local /usr/pkg /opt /opt/local" |
656 |
defaultdirs="/usr /usr/local /usr/pkg /opt /opt/local" |
|
|
657 |
extralibsearchdir="/usr/local /usr/pkg /opt /opt/local" |
| 657 |
|
658 |
|
| 658 |
# Check for MySql. The path to the mysql_config program is given with |
659 |
# Check for MySql. The path to the mysql_config program is given with |
| 659 |
# the --with-mysql-config (default to /usr/bin/mysql-config). By default, |
660 |
# the --with-mysql-config (default to /usr/bin/mysql-config). By default, |
|
Lines 865-871
Link Here
|
| 865 |
LOG4CPLUS_LIBS="-L${log4cplus_path}/lib" |
866 |
LOG4CPLUS_LIBS="-L${log4cplus_path}/lib" |
| 866 |
else |
867 |
else |
| 867 |
# If not specified, try some common paths. |
868 |
# If not specified, try some common paths. |
| 868 |
for d in $defaultdirs |
869 |
for d in $extralibsearchdir |
| 869 |
do |
870 |
do |
| 870 |
if test -f $d/include/log4cplus/logger.h; then |
871 |
if test -f $d/include/log4cplus/logger.h; then |
| 871 |
LOG4CPLUS_INCLUDES="-I$d/include" |
872 |
LOG4CPLUS_INCLUDES="-I$d/include" |