diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-05 05:21:44 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-05 05:21:44 +0000 |
commit | d51d9b79d82ced1580b023b28218ca84c01b7db0 (patch) | |
tree | e45a3296706d8778af49508bd90f1957d6ad80eb /libjava/configure.in | |
parent | 75bceaeb88df5108320842aa69c9d47c79a3ac81 (diff) | |
download | gcc-d51d9b79d82ced1580b023b28218ca84c01b7db0.tar.gz |
1999-08-04 Per Bothner <per@bothner.com>
* configure.in: Also do AC_SUBST for DIVIDESPEC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28520 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.in')
-rw-r--r-- | libjava/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.in b/libjava/configure.in index af7a6e42a85..4efd83f05c6 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -478,6 +478,7 @@ fi AC_SUBST(ZLIBS) AC_SUBST(ZDEPS) AC_SUBST(ZINCS) +AC_SUBST(DIVIDESPEC) AM_CONDITIONAL(CANADIAN, test "$CANADIAN" = yes) AM_CONDITIONAL(NULL_TARGET, test "$NULL_TARGET" = yes) |