Code

t/cibuild.sh, .travis.yml: Do an AddressSanitizer run as well.
[sysdb.git] / configure.ac
index 4977fb5986b7c4902a120fce4415609731128976..ac281225e0a703cb0478aa4a809f358bcf3360ff 100644 (file)
@@ -195,10 +195,10 @@ dnl $GCC is based on some heuristics which might apply to clang as well.
 dnl However, clang does not support gcov.
 cc_is_gcc="no"
 case "x$CC" in
-       gcc)
+       xgcc)
                cc_is_gcc="yes"
                ;;
-       gcc-*)
+       xgcc-*)
                cc_is_gcc="yes"
                ;;
 esac
@@ -309,7 +309,7 @@ else
 fi
 
 have_libreadline="no"
-if test "x$have_libedit" = "xno"; then
+if test "x$have_libedit" != "xyes"; then
        if test "x$readline_support" = "xauto" \
                        || test "x$readline_support" = "xlibreadline"; then
                AC_CHECK_LIB([readline], [readline],