diff options
author | Daniel Veillard <veillard@redhat.com> | 2010-11-04 21:53:14 +0100 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2010-11-04 21:53:14 +0100 |
commit | 00819877651b87842ed878898ba17dba489820f0 (patch) | |
tree | 179b1c56037dabfc10a7f1c2c37cc33db43325f4 /configure.in | |
parent | 4c2e7c651f6c2f0d1a74f350cbda95f7df3e7017 (diff) | |
download | libxml2-00819877651b87842ed878898ba17dba489820f0.tar.gz |
Reactivate the shared library versionning script
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 59d0629e..a1d2c892 100644 --- a/configure.in +++ b/configure.in @@ -84,7 +84,7 @@ else esac fi AC_SUBST(VERSION_SCRIPT_FLAGS) -AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"]) +AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"]) dnl dnl We process the AC_ARG_WITH first so that later we can modify |