1999-10-31 02:30:34 +00:00
|
|
|
*** configure.in.orig Thu Oct 28 01:14:22 1999
|
|
|
|
--- configure.in Thu Oct 28 01:14:24 1999
|
1999-09-05 20:04:07 +00:00
|
|
|
***************
|
1999-10-31 02:30:34 +00:00
|
|
|
*** 112,129 ****
|
1999-09-05 20:04:07 +00:00
|
|
|
|
|
|
|
AC_MSG_CHECKING(for S-Lang)
|
|
|
|
if test $withval = yes; then
|
|
|
|
! if test -d $srcdir/../slang; then
|
|
|
|
! mutt_cv_slang=$srcdir/../slang/src
|
|
|
|
! CPPFLAGS="$CPPFLAGS -I${mutt_cv_slang}"
|
|
|
|
! LDFLAGS="$LDFLAGS -L${mutt_cv_slang}/objs"
|
|
|
|
! else
|
|
|
|
! if test -d $mutt_cv_prefix/include/slang; then
|
|
|
|
! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang"
|
|
|
|
! elif test -d /usr/include/slang; then
|
|
|
|
! CPPFLAGS="$CPPFLAGS -I/usr/include/slang"
|
|
|
|
! fi
|
|
|
|
! mutt_cv_slang=yes
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
dnl ---Check to see if $withval is a source directory
|
|
|
|
if test -f $withval/src/slang.h; then
|
1999-10-31 02:30:34 +00:00
|
|
|
--- 112,122 ----
|
1999-09-05 20:04:07 +00:00
|
|
|
|
|
|
|
AC_MSG_CHECKING(for S-Lang)
|
|
|
|
if test $withval = yes; then
|
|
|
|
! if test -d $mutt_cv_prefix/include/slang; then
|
|
|
|
! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang"
|
|
|
|
! LDFLAGS="$LDFLAGS -L$mutt_cv_prefix/lib"
|
|
|
|
fi
|
|
|
|
+ mutt_cv_slang=yes
|
|
|
|
else
|
|
|
|
dnl ---Check to see if $withval is a source directory
|
|
|
|
if test -f $withval/src/slang.h; then
|