merge from gcc
[deliverable/binutils-gdb.git] / libdecnumber / configure.ac
index 6cfc8033eae76937b32d6f63117da473882cecf8..dd0499c43f66f592e9de88dbe5b78e26afec766e 100644 (file)
@@ -95,6 +95,13 @@ AC_SUBST(ADDITIONAL_OBJS)
 
 AC_C_BIGENDIAN
 
+# Enable --enable-host-shared.
+AC_ARG_ENABLE(host-shared,
+[AS_HELP_STRING([--enable-host-shared],
+               [build host code as shared libraries])],
+[PICFLAG=-fPIC], [PICFLAG=])
+AC_SUBST(PICFLAG)
+
 # Output.
 
 AC_CONFIG_HEADERS(config.h:config.in, [echo timestamp > stamp-h1])
This page took 0.02264 seconds and 4 git commands to generate.