diff options
author | shennetsind <ind@henn.et> | 2013-07-03 15:31:32 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-03 15:31:32 -0300 |
commit | 393a12bda1e2d7fbd7d8346e73cee3850f6e810a (patch) | |
tree | d71a5c6a2b25ccbfc3d3dc46d734efbabe63f830 | |
parent | 0b2fc3888b9d09b397a829db4af3f8d35cdaabb9 (diff) | |
download | hercules-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>
-rw-r--r-- | configure.in | 1 |
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 |