]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
some tidying up v1.5
authorAndrew Tridgell <tridge@samba.org>
Sat, 6 Apr 2002 07:06:51 +0000 (09:06 +0200)
committerAndrew Tridgell <tridge@samba.org>
Sat, 6 Apr 2002 07:06:51 +0000 (09:06 +0200)
configure.in

index 01b0575bfa51cdfa31eb8daf7ee00779dd3e483c..a2b5fb2a06d68f552f610a6e1192260b24a7fc48 100644 (file)
@@ -15,10 +15,6 @@ AC_PROG_INSTALL
 AC_DEFINE([_GNU_SOURCE], 1,
           [Define _GNU_SOURCE so that we get all necessary prototypes])
 
-# We must decide this before testing the compiler.
-# Please allow this to default to yes, so that your users have more
-# chance of getting a useful stack trace if problems occur.
-
 # If GCC, turn on warnings.
 if test "x$GCC" = "xyes"
 then