summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrpj <rpj>1999-02-09 18:28:59 +0000
committerrpj <rpj>1999-02-09 18:28:59 +0000
commita3393261a13b52773dc1cd234a4e898e8065ecd0 (patch)
treec651d9642debd35648dd0874a9a2807329f37c60 /configure
parent721979305020519130bc8134331eabaeede3736e (diff)
Wed Feb 10 12:49:11 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>snap-1999-02-10
* configure: Various temporary changes. - Kevin Ruland <Kevin.Ruland@anheuser-busch.com> * README: Update.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure b/configure
index 3b660a4..f9489a2 100755
--- a/configure
+++ b/configure
@@ -872,7 +872,7 @@ else
#include "confdefs.h"
#include <$ac_hdr>
EOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
+ac_try="$ac_cpp conftest.$ac_ext >a.out 2>conftest.out"
{ (eval echo configure:877: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
@@ -969,7 +969,9 @@ EOF
else
cat >> confdefs.h <<\EOF
+#ifndef STDCALL
#define STDCALL
+#endif
EOF
fi
@@ -984,10 +986,10 @@ if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
else
cat > conftest.$ac_ext <<EOF
#line 987 "configure"
-#include "confdefs.h"
#include <$ac_hdr>
+#include "confdefs.h"
EOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
+ac_try="$ac_cpp conftest.$ac_ext >a.out 2>conftest.out"
{ (eval echo configure:992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then