(CFLAGS, LDFLAGS): Don't set these variables.
authorRoland McGrath <roland@redhat.com>
Mon, 13 Feb 1995 16:50:03 +0000 (16:50 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 13 Feb 1995 16:50:03 +0000 (16:50 +0000)
configure.in

index 8f18aea53cdbb44ee2595ee261c2f57a2a1574a6..7e91f3d0ed8db46671bb39eab0241ae962d71fbc 100644 (file)
@@ -5,10 +5,6 @@ AC_INIT(vpath.c)dnl            dnl A distinctive file to look for in srcdir.
 AC_CONFIG_HEADER(config.h)
 AC_CONFIG_SUBDIRS(glob)                dnl Run configure in glob subdirectory.
 
-# We want these before the checks, so the checks can modify their values.
-test -z "$CFLAGS" && CFLAGS=-g AC_SUBST(CFLAGS)
-test -z "$LDFLAGS" && LDFLAGS=-g AC_SUBST(LDFLAGS)
-
 AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_PROG_INSTALL