summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-12-31 04:55:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-12-31 04:55:57 +0000
commitee22c934a88a7ba7f6a32c6929ae12f74ec8eeb7 (patch)
tree604a7f0c7205addad2d936412bf7d8ce039afb1f
parentb6550dab9871d6790699da6eb66a4861a4c68c47 (diff)
downloadgpsd-ee22c934a88a7ba7f6a32c6929ae12f74ec8eeb7.tar.gz
Typo fix.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 684d9e7a..6eeba108 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AC_C_BIGENDIAN
if eval "test x$GCC = xyes"; then
CFLAGS="$CFLAGS -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type"
- del -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type
+ dnl -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type
fi
AC_CHECK_HEADERS(termios.h sys/termios.h sys/select.h strings.h sys/filio.h sys/time.h X11/xpm.h xpm.h getopt.h sys/modem.h)