diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-07 23:42:24 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-07 23:42:24 -0500 |
commit | cc14e3b9e4fbecd9ef533c8490605f41e01ab459 (patch) | |
tree | 1c3a6eb9f3d64ad738aa245677ab11f7c0e3148d /configure.in | |
parent | b5ce0607f0e8cb08180fb3598d8501ae5f465c21 (diff) |
clean-up after configure
On MacOSX libconftest[12].dylib.dSYM directories where left over
after a test to determine visibility support
use a wider net to clean-up work files
Change-Id: Ie3695c08a5a22dbb1e5a194f8dc1bc6120c8e8c2
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 4fbc6f5e9560..bc69e74e3bec 100644 --- a/configure.in +++ b/configure.in @@ -5451,7 +5451,7 @@ _ACEOF fi fi - rm -f libconftest1$DLLPOST libconftest2$DLLPOST + rm -fr libconftest* AC_MSG_RESULT([$gccvisinlineshiddenok]) if test "$gccvisinlineshiddenok" = "no"; then AC_MSG_WARN([Your gcc/clang is not -fvisibility-inlines-hidden safe, disabling that.]) |