summaryrefslogtreecommitdiff
path: root/libgomp/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-01-16 02:57:41 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-01-16 02:57:41 +0000
commit627ab4b8629ae396ca9531f9fa50ff43ad01fafb (patch)
treec67ba48d7e848b21164e00f891efbcbd5e25b54c /libgomp/configure.ac
parent466ba591f8a88507cf3225f53ba74d415a88ba7b (diff)
downloadgcc-627ab4b8629ae396ca9531f9fa50ff43ad01fafb.tar.gz
configure: Rebuilt.
* configure: Rebuilt. * configure.ac: Fixed comment. From-SVN: r120817
Diffstat (limited to 'libgomp/configure.ac')
-rw-r--r--libgomp/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgomp/configure.ac b/libgomp/configure.ac
index e42faccc391..f0b15ed7493 100644
--- a/libgomp/configure.ac
+++ b/libgomp/configure.ac
@@ -64,7 +64,6 @@ target_alias=${target_alias-$host_alias}
# we can do about that; they come from AC_INIT).
# foreign: we don't follow the normal rules for GNU packages (no COPYING
# file in the top srcdir, etc, etc), so stop complaining.
-# no-dependencies: turns off auto dependency generation (just for now)
# -Wall: turns on all automake warnings...
# -Wno-portability: ...except this one, since GNU make is required.
# -Wno-override: ... and this one, since we do want this in testsuite.