From 6e57168b672abd86abd15d0469be4cde27290c95 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 18:19:27 -0800 Subject: [PATCH] oops fixed *sigh* Rev: src/configure.in:1.19 --- src/configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/configure.in b/src/configure.in index c2c877f803..273b2c63f0 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.18 1996/11/17 02:15:03 hubbe Exp $ +# $Id: configure.in,v 1.19 1996/11/17 02:19:27 hubbe Exp $ AC_INIT(interpret.c) @@ -140,8 +140,7 @@ 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 +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 -- GitLab