aboutsummaryrefslogtreecommitdiff
path: root/net/opal3/files/patch-configurein
blob: 3d6ff53673a969b7af13b2078ecee37c09a804b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*** configure.in.orig	Thu May 22 13:25:00 2003
--- configure.in	Sat Aug 23 07:52:44 2003
*************** fi
*** 73,85 ****
  
  dnl ########################################################################
  dnl get pwlib directory
! if test "${PWLIBDIR:-unset}" == "unset" ; then
    PWLIBDIR=`ptlib-config --prefix`
  fi
! if test "x$PWLIBDIR" == "x/usr" -o "x$PWLIBDIR" == "x/usr/"; then
    PWLIBDIR="/usr/share/pwlib/"
  fi
! if test "xPWLIBDIR" == "x/usr/local" -o "x$PWLIBDIR" == "x/usr/"; then
    PWLIBDIR="/usr/local/share/pwlib/"
  fi
  echo "PWLib prefix set to.... $PWLIBDIR"
--- 73,85 ----
  
  dnl ########################################################################
  dnl get pwlib directory
! if test "${PWLIBDIR:-unset}" = "unset" ; then
    PWLIBDIR=`ptlib-config --prefix`
  fi
! if test "x$PWLIBDIR" = "x/usr" -o "x$PWLIBDIR" = "x/usr/"; then
    PWLIBDIR="/usr/share/pwlib/"
  fi
! if test "xPWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then
    PWLIBDIR="/usr/local/share/pwlib/"
  fi
  echo "PWLib prefix set to.... $PWLIBDIR"