chiark / gitweb /
build-sys: no use for compat libs in the static analysis
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 1 Apr 2014 20:32:44 +0000 (22:32 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 1 Apr 2014 20:32:44 +0000 (22:32 +0200)
autogen.sh

index 449a2e6d5606d5c11c6a87edd6db33cffdc40124..4823fe715840e877fad33c651764411d8d512f0c 100755 (executable)
@@ -72,7 +72,7 @@ elif [ "x$1" = "xl" ]; then
         $topdir/configure CC=clang CFLAGS='-g -O0 -ftrapv -Wno-gnu' --enable-compat-libs --enable-kdbus $args
         make clean
 elif [ "x$1" = "xs" ]; then
-        scan-build $topdir/configure CFLAGS='-std=gnu99 -g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args
+        scan-build $topdir/configure CFLAGS='-std=gnu99 -g -O0 -ftrapv' --enable-kdbus $args
         scan-build make
 else
         echo