X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=configure.in;h=be7ac121074d964893b1a9e43ee32ad5ce0f6100;hb=2877181ccfbab6dc936b250d539b3ed89af838f0;hp=84f6a0db7189e1e31dd9111ceed110fc346fc13a;hpb=2b8ede994beafb544e4c4bff1abab2d29026dc1c;p=privoxy.git diff --git a/configure.in b/configure.in index 84f6a0db..be7ac121 100644 --- a/configure.in +++ b/configure.in @@ -168,7 +168,7 @@ if test "x$with_asan" = "xyes"; then LDFLAGS="$LDFLAGS -fsanitize=address" fi -AC_ARG_WITH(asan, [ --with-msan Enable MemorySanitizer. Requires compiler support.]) +AC_ARG_WITH(msan, [ --with-msan Enable MemorySanitizer. Requires compiler support.]) if test "x$with_msan" = "xyes"; then CFLAGS="$CFLAGS -fsanitize=memory" LDFLAGS="$LDFLAGS -fsanitize=memory" @@ -216,7 +216,7 @@ else ], [ if test $ID = no ; then - AC_MSG_ERROR(There is no 'id' programm on this system) + AC_MSG_ERROR(There is no 'id' program on this system) else AC_MSG_RESULT(none specified) USER=$with_user @@ -255,7 +255,7 @@ else ], [ if test $BGROUPS = no ; then - AC_MSG_ERROR(There is no 'groups' programm on this system) + AC_MSG_ERROR(There is no 'groups' program on this system) else AC_MSG_RESULT(none specified) GROUP=$with_group;