aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-24 04:04:42 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-24 04:04:42 +0000
commit9849def895557ee88ac8979d726e06238bce5cb6 (patch)
tree205bed25ba84a1d87f9eedbfa530ccd92c393402 /configure.in
parent4680c3c61340bf3ea36205076c872d8954e92534 (diff)
If you call AC_MSG_CHECKING, you should always call AC_MSG_RESULT.
svn path=/trunk/; revision=3443
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a789763a1f..efbe05c18e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.126 2001/05/22 06:33:04 guy Exp $
+# $Id: configure.in,v 1.127 2001/05/24 04:04:42 guy Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -122,9 +122,10 @@ else
# the X11 headers don't automatically include prototype info
# and a lot don't include the return type
CFLAGS="$CFLAGS -Wno-return-type -DFUNCPROTO=15"
+ AC_MSG_RESULT(GCC on Solaris - added -Wno-return-type -DFUNCPROTO=15)
;;
*)
- AC_MSG_RESULT(none needed)
+ AC_MSG_RESULT(none needed)
;;
esac
fi