summaryrefslogtreecommitdiff
path: root/net/gnu-radius/files/patch-configure
blob: c41e91ca6b5115c7db2660a0276c194942daa91f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- configure.orig	Sat Nov 20 21:39:50 2004
+++ configure	Wed Jul 27 23:13:31 2005
@@ -22804,7 +22804,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
-   for path in /usr/local/lib/mysql /usr/lib/mysql
+   for path in ${PREFIX}/lib/mysql /usr/local/lib/mysql /usr/lib/mysql
    do
       LIBS="$save_LIBS -lm -L$path -lmysqlclient"
       cat >conftest.$ac_ext <<_ACEOF
@@ -22925,7 +22925,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
 
-   for path in /usr/local/pgsql/lib /usr/pgsql/lib
+   for path in ${PREFIX}/lib /usr/local/lib /usr/lib
    do
       LIBS="$save_LIBS  -L$path -lpq"
       cat >conftest.$ac_ext <<_ACEOF