aboutsummaryrefslogtreecommitdiff
path: root/libvtv/configure
diff options
context:
space:
mode:
Diffstat (limited to 'libvtv/configure')
-rwxr-xr-xlibvtv/configure14
1 files changed, 11 insertions, 3 deletions
diff --git a/libvtv/configure b/libvtv/configure
index 5f8e2bdbf39..33ca49e63c6 100755
--- a/libvtv/configure
+++ b/libvtv/configure
@@ -7435,7 +7435,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
- AR="$AR $plugin_option"
+ touch conftest.c
+ $AR $plugin_option rc conftest.a conftest.c
+ if test "$?" != 0; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
+$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
+ else
+ AR="$AR $plugin_option"
+ fi
+ rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@@ -12301,7 +12309,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12304 "configure"
+#line 12312 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12407,7 +12415,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12410 "configure"
+#line 12418 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H