X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=c542038ac03b00838a5ba605df1a2c19c631dbc7;hb=9e752f2be581d15dae72f006570ca3e053dc0036;hp=6f772f06ea43b32ab83b65abb627d791065e82e1;hpb=f9b953ed3f2bc2de510352e56dfbf91efd19ac7e;p=privoxy.git 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=