From 4cf5ce6699b59c41ae55e32a40d38f435558bdae Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Thu, 8 Nov 2001 22:18:03 +0000 Subject: [PATCH] Changed compiler options --- configure | 2 +- configure.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index c09704fd..541b7a8b 100755 --- a/configure +++ b/configure @@ -2028,7 +2028,7 @@ else echo "${ECHO_T}no" >&6 fi -CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -pipe" +CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes" # Check whether --enable-memwatch or --disable-memwatch was given. if test "${enable_memwatch+set}" = set; then diff --git a/configure.in b/configure.in index fda02c1b..abba4437 100644 --- a/configure.in +++ b/configure.in @@ -7,6 +7,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup fbutil import lang examp AC_SUBST(SUBDIRS) dnl General settings for MBSE BBS +dnl After changeing the version number, run autoconf! PACKAGE="mbsebbs" VERSION="0.33.19" COPYRIGHT="Copyright (C) 1997-2001 Michiel Broek, All Rights Reserved" @@ -40,7 +41,7 @@ AC_CHECK_PROG(TAR, tar, tar) AC_CHECK_PROG(ZIP, zip, zip) dnl AM_PROG_LEX AC_PATH_PROG(CHOWN, chown, chown, /bin:/sbin:/usr/bin:/usr/sbin:) -CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -pipe" +CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes" dnl Additional commandline switches AC_ARG_ENABLE(memwatch, [ --enable-memwatch MEMWATCH debugging], [ memwatch=$enableval ], [ memwatch=no ])