* configure.in: Add --enable-libssp and --disable-libssp.
[deliverable/binutils-gdb.git] / configure.in
index e7147cd9f74d9830724d1190ae2b4f812c1fae8b..802426322281140d9de30a33fcff8183541987ab 100644 (file)
@@ -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
This page took 0.027418 seconds and 4 git commands to generate.