From 25b07d12d92ebec03905433f2037cf5f9e757d7c Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 8 Jul 1999 06:43:45 +0200 Subject: Import libax25 0.0.5 from tarball --- configure | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e7236bb..ecbaf09 100755 --- a/configure +++ b/configure @@ -533,7 +533,7 @@ fi AXLIB_MAJOR_VERSION=0 AXLIB_MINOR_VERSION=0 -AXLIB_MICRO_VERSION=4 +AXLIB_MICRO_VERSION=5 AXLIB_VERSION=$AXLIB_MAJOR_VERSION.$AXLIB_MINOR_VERSION.$AXLIB_MICRO_VERSION # for automake @@ -2008,6 +2008,12 @@ EOF fi +if test "x$GCC" = "xyes"; then + if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then + CFLAGS="$CFLAGS -Wall" + fi +fi + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure -- cgit v1.2.3