try to handle the case of --without-package correctly

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6000 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-04-19 13:33:05 +00:00
parent 795e179109
commit 3e1ade55a8

View File

@@ -69,7 +69,7 @@ done
CFLAGS="$save_CFLAGS" CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS" LIBS="$save_LIBS"
if test "$ires" -a "$lres"; then if test "$ires" -a "$lres" -a "$with_$1" != "no"; then
$1_includedir="$ires" $1_includedir="$ires"
$1_libdir="$lres" $1_libdir="$lres"
INCLUDE_$1="-I$$1_includedir" INCLUDE_$1="-I$$1_includedir"