summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-03 15:31:32 -0300
committershennetsind <ind@henn.et>2013-07-03 15:31:32 -0300
commit393a12bda1e2d7fbd7d8346e73cee3850f6e810a (patch)
treed71a5c6a2b25ccbfc3d3dc46d734efbabe63f830 /configure.in
parent0b2fc3888b9d09b397a829db4af3f8d35cdaabb9 (diff)
downloadhercules-393a12bda1e2d7fbd7d8346e73cee3850f6e810a.tar.gz
hercules-393a12bda1e2d7fbd7d8346e73cee3850f6e810a.tar.bz2
hercules-393a12bda1e2d7fbd7d8346e73cee3850f6e810a.tar.xz
hercules-393a12bda1e2d7fbd7d8346e73cee3850f6e810a.zip
Fixed configure.in inconsistency with its output (configure)
Issue located and fixed by Haruna. Thank you! Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f52fcf00b..d98badbfb 100644
--- a/configure.in
+++ b/configure.in
@@ -569,6 +569,7 @@ if test "$compiler_supports_shared_objects" = "no" ; then
else
AC_MSG_RESULT([$compiler_shared_objects])
SOFLAGS="$SOFLAGS $compiler_shared_objects"
+ AC_SUBST([SOFLAGS])
#
# shared objects need position independent code; some platforms emit