1105dc43ff
gMUDix is an improved version of MUDix, a MUD client for the Linux console. It is designed to run as an X application, and was developed with GTK+ 2.0. gMUDix has all the features of MUDix and more, including ANSI color mapping, aliasing, macros, paths, tab completions, timers, triggers, variables, and an easy-to-use script language.
24 lines
536 B
Plaintext
24 lines
536 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2003/07/22 22:02:32 jolan Exp $
|
|
--- configure.orig Mon Dec 9 06:58:47 2002
|
|
+++ configure Sat Jul 19 11:44:10 2003
|
|
@@ -991,15 +991,15 @@ if test "$ac_test_CFLAGS" = set; then
|
|
CFLAGS="$ac_save_CFLAGS"
|
|
elif test $ac_cv_prog_cc_g = yes; then
|
|
if test "$GCC" = yes; then
|
|
- CFLAGS="-g -O2"
|
|
+ CFLAGS=$(CFLAGS)
|
|
else
|
|
- CFLAGS="-g"
|
|
+ CFLAGS=$(CFLAGS)
|
|
fi
|
|
else
|
|
if test "$GCC" = yes; then
|
|
- CFLAGS="-O2"
|
|
+ CFLAGS=$(CFLAGS)
|
|
else
|
|
- CFLAGS=
|
|
+ CFLAGS=$(CFLAGS)
|
|
fi
|
|
fi
|
|
|