Remove the fallback snprintf() implementation
[privoxy.git] / configure.in
index 6f772f0..c542038 100644 (file)
@@ -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=