diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-04-01 02:56:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-04-01 02:56:05 +0000 |
commit | e1fe7a7966c38bc0ed17b7ed3cea5863f0686da2 (patch) | |
tree | 23d715a56e7a1241bb663f1f0885ff0df5dd6d1f /sim/d10v/configure.in | |
parent | b9b299ba24cc369a9406fbba23a2e10d7bbf6cb4 (diff) | |
download | gdb-e1fe7a7966c38bc0ed17b7ed3cea5863f0686da2.zip gdb-e1fe7a7966c38bc0ed17b7ed3cea5863f0686da2.tar.gz gdb-e1fe7a7966c38bc0ed17b7ed3cea5863f0686da2.tar.bz2 |
* configure.in (SIM_AC_OPTION_WARNINGS): Add.
configure: Re-generate.
Diffstat (limited to 'sim/d10v/configure.in')
-rw-r--r-- | sim/d10v/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/d10v/configure.in b/sim/d10v/configure.in index 033b0bc..5debf66 100644 --- a/sim/d10v/configure.in +++ b/sim/d10v/configure.in @@ -5,6 +5,9 @@ AC_INIT(Makefile.in) SIM_AC_COMMON +SIM_AC_OPTION_WARNINGS + AC_CHECK_HEADERS(unistd.h) + SIM_AC_OUTPUT |