aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index 51767d296..1b827922d 100755
--- a/configure
+++ b/configure
@@ -3334,7 +3334,7 @@ else
3334$as_echo "yes" >&6; } 3334$as_echo "yes" >&6; }
3335 3335
3336 EXTRA_CFLAGS="$EXTRA_CFLAGS $AA_CFLAGS" 3336 EXTRA_CFLAGS="$EXTRA_CFLAGS $AA_CFLAGS"
3337 EXTRA_LDFLAGS="$EXTRA_LDFLAGS $AA_LIBS" 3337 LIBS="$LIBS $AA_LIBS"
3338 3338
3339fi 3339fi
3340 3340
@@ -3350,7 +3350,7 @@ fi
3350if test "x$enable_selinux" = "xyes"; then : 3350if test "x$enable_selinux" = "xyes"; then :
3351 3351
3352 HAVE_SELINUX="-DHAVE_SELINUX" 3352 HAVE_SELINUX="-DHAVE_SELINUX"
3353 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lselinux" 3353 LIBS="$LIBS -lselinux"
3354 3354
3355fi 3355fi
3356 3356
@@ -3612,7 +3612,8 @@ fi
3612if test "x$enable_gcov" = "xyes"; then : 3612if test "x$enable_gcov" = "xyes"; then :
3613 3613
3614 HAVE_GCOV="--coverage -DHAVE_GCOV" 3614 HAVE_GCOV="--coverage -DHAVE_GCOV"
3615 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lgcov --coverage" 3615 EXTRA_LDFLAGS="$EXTRA_LDFLAGS --coverage"
3616 LIBS="$LIBS -lgcov"
3616 3617
3617fi 3618fi
3618 3619