diff --git a/configure.ac b/configure.ac index 891bc5aa42..d26d71f6cc 100644 --- a/configure.ac +++ b/configure.ac @@ -739,6 +739,13 @@ case $host in dnl which may not exist in the path. Stripping the .a is not dnl necessary, so just disable it. old_striplib= + + dnl libtool assumes "GNU strip" accepts --strip-unneeded, but at + dnl least recent versions of LLVM do not yet claim to be compatible + dnl with "GNU strip". For now, we just disable stripping shared + dnl libraries too, but it would be better to actually test the strip + dnl program (FIXME). + striplib= ;; esac fi