summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index afcd8aff0..a7b8e8000 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.303 2005/10/25 08:38:34 dtucker Exp $ 1# $Id: configure.ac,v 1.304 2005/11/10 03:46:49 dtucker Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -90,7 +90,8 @@ if test "$GCC" = "yes" || test "$GCC" = "egcs"; then
90 1.*) ;; 90 1.*) ;;
91 2.8* | 2.9*) CFLAGS="$CFLAGS -Wsign-compare" ;; 91 2.8* | 2.9*) CFLAGS="$CFLAGS -Wsign-compare" ;;
92 2.*) ;; 92 2.*) ;;
93 *) CFLAGS="$CFLAGS -Wsign-compare" ;; 93 3.*) CFLAGS="$CFLAGS -Wsign-compare" ;;
94 *) CFLAGS="$CFLAGS -Wsign-compare -Wno-pointer-sign" ;;
94 esac 95 esac
95 96
96 if test -z "$have_llong_max"; then 97 if test -z "$have_llong_max"; then