From fa19ba072d8db8ae0847066dca9da3da8ea78c41 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 7 Jul 2005 02:24:02 +0000 Subject: * configure.in: Add --enable-libssp and --disable-libssp. * configure: Regenerate with autoconf-2.13. --- configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e7147cd..8024263 100644 --- a/configure.in +++ b/configure.in @@ -306,6 +306,14 @@ if test "${ENABLE_LIBADA}" != "yes" ; then noconfigdirs="$noconfigdirs gnattools" fi +AC_ARG_ENABLE(libssp, +[ --enable-libssp Builds libssp directory], +ENABLE_LIBSSP=$enableval, +ENABLE_LIBSSP=yes) +if test "${ENABLE_LIBSSP}" != "yes" ; then + noconfigdirs="$noconfigdirs configure-target-libssp target-libssp" +fi + # Save it here so that, even in case of --enable-libgcj, if the Java # front-end isn't enabled, we still get libgcj disabled. libgcj_saved=$libgcj -- cgit v1.1