Commit 67d08194 by Alexandre Oliva Committed by Alexandre Oliva

configure.in (multilib): Enable by default only for target.

* configure.in (multilib): Enable by default only for target.
* configure: Rebuilt.

From-SVN: r36207
parent 4b92758a
2000-09-06 Alexandre Oliva <aoliva@redhat.com>
* configure.in (multilib): Enable by default only for target.
* configure: Rebuilt.
Sun Sep 3 12:37:12 2000 Anthony Green <green@redhat.com>
* configure.in: Add TARGET_LIBRARY conditional.
......
......@@ -22,7 +22,7 @@ AC_ARG_ENABLE(multilib,
yes) multilib=yes ;;
no) multilib=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
esac], [multilib=yes])dnl
esac], [test -z "$with_target_subdir" && multilib=no || multilib=yes])dnl
dnl We may get other options which we dont document:
dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment