X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=c542038ac03b00838a5ba605df1a2c19c631dbc7;hp=6f772f06ea43b32ab83b65abb627d791065e82e1;hb=3bba37b52c1563672335a1a969d1c59cdc702832;hpb=f9b953ed3f2bc2de510352e56dfbf91efd19ac7e diff --git a/configure.in b/configure.in index 6f772f06..c542038a 100644 --- a/configure.in +++ b/configure.in @@ -163,7 +163,7 @@ dnl Check for user and group validity dnl ================================================================= -if test "$EMXOS2" = yes || test "$host_os" = haiku; then +if test "$host_os" = haiku; then echo "Skipping user and group validity stuff."; else @@ -1203,7 +1203,6 @@ if test X"$OPT_OPENSSL" != Xno; then AC_MSG_NOTICE([Detected OpenSSL. Enabling https inspection.]) LIBS="$LIBS -lssl -lcrypto" -# old_CFLAGS_nospecial="-Imbedtls/include $old_CFLAGS_nospecial" old_CFLAGS_nospecial="$old_CFLAGS_nospecial" FEATURE_HTTPS_INSPECTION_ONLY=