diff options
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 88021cd..e45d666 100755 --- a/unix/configure +++ b/unix/configure @@ -6621,7 +6621,7 @@ fi # Require ranlib early so we can override it in special cases below. LDAIX_SRC="" - if test x"$(SHLIB_VERSION)" = x; then + if test x"${SHLIB_VERSION}" = x; then SHLIB_VERSION="1.0" fi |