From 2b9c9022259da8c00c187e157847d665dc0d3785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sat, 16 Nov 1996 19:26:00 -0800 Subject: [PATCH] *sigh* Rev: src/configure.in:1.20 --- src/configure.in | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/configure.in b/src/configure.in index 273b2c63f0..76ceeaf5f6 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.19 1996/11/17 02:19:27 hubbe Exp $ +# $Id: configure.in,v 1.20 1996/11/17 03:26:00 hubbe Exp $ AC_INIT(interpret.c) @@ -140,19 +140,18 @@ fi # # If no cppflags or ldflags where given we try to guess some.. # -if test $cppflags_is_set$ldflags_is_set = nono -a x${C_INCLUDE_PATH-} = x ; then - - for d in /usr/gnu /opt/gnu /usr/local - do - if test -d "$d/lib" ; then - LDFLAGS="${LDFLAGS} -L$d/lib -R$d/lib" - fi - - if test -d "$d/include" ; then - CPPFLAGS="${CPPFLAGS} -I$d/include" - fi - done -fi +#if test $cppflags_is_set$ldflags_is_set = nono -a x${C_INCLUDE_PATH-} = x ; then +# for d in /usr/gnu /opt/gnu /usr/local +# do +# if test -d "$d/lib" ; then +# LDFLAGS="${LDFLAGS} -L$d/lib -R$d/lib" +# fi +# +# if test -d "$d/include" ; then +# CPPFLAGS="${CPPFLAGS} -I$d/include" +# fi +# done +#fi ############################################################################# -- GitLab