--- configure.orig Fri Jul 14 14:07:30 2000 +++ configure Fri Jul 14 14:08:33 2000 @@ -3776,7 +3776,7 @@ shared=yes;; *) MODLIST="$MODLIST example" - if test "example" == "so"; then + if test "example" = "so"; then echo "so" sharedobjs=yes fi @@ -5490,6 +5490,7 @@ int fd; pagesize = getpagesize(); + pagesize = 65536; /* * First, make a file with some known garbage in it. @@ -5516,6 +5517,7 @@ if (fd < 0) exit(1); data2 = malloc(2 * pagesize); + data2 += 10000 * pagesize; if (!data2) exit(1); data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); @@ -5570,6 +5572,7 @@ fi + ac_cv_func_mmap=yes echo $ac_n "checking which shared memory mechanism to use""... $ac_c" 1>&6 echo "configure:5575: checking which shared memory mechanism to use" >&5 if test "$ac_cv_func_shmget" = "yes" ; then @@ -5776,7 +5779,7 @@ shared=yes;; *) MODLIST="$MODLIST vhost_alias" - if test "vhost_alias" == "so"; then + if test "vhost_alias" = "so"; then echo "so" sharedobjs=yes fi @@ -5835,7 +5838,7 @@ shared=yes;; *) MODLIST="$MODLIST env" - if test "env" == "so"; then + if test "env" = "so"; then echo "so" sharedobjs=yes fi @@ -5894,7 +5897,7 @@ shared=yes;; *) MODLIST="$MODLIST config_log" - if test "log_config" == "so"; then + if test "log_config" = "so"; then echo "so" sharedobjs=yes fi @@ -5953,7 +5956,7 @@ shared=yes;; *) MODLIST="$MODLIST mime_magic" - if test "mime_magic" == "so"; then + if test "mime_magic" = "so"; then echo "so" sharedobjs=yes fi @@ -6012,7 +6015,7 @@ shared=yes;; *) MODLIST="$MODLIST mime" - if test "mime" == "so"; then + if test "mime" = "so"; then echo "so" sharedobjs=yes fi @@ -6071,7 +6074,7 @@ shared=yes;; *) MODLIST="$MODLIST negotiation" - if test "negotiation" == "so"; then + if test "negotiation" = "so"; then echo "so" sharedobjs=yes fi @@ -6130,7 +6133,7 @@ shared=yes;; *) MODLIST="$MODLIST status" - if test "status" == "so"; then + if test "status" = "so"; then echo "so" sharedobjs=yes fi @@ -6189,7 +6192,7 @@ shared=yes;; *) MODLIST="$MODLIST includes" - if test "include" == "so"; then + if test "include" = "so"; then echo "so" sharedobjs=yes fi @@ -6248,7 +6251,7 @@ shared=yes;; *) MODLIST="$MODLIST autoindex" - if test "autoindex" == "so"; then + if test "autoindex" = "so"; then echo "so" sharedobjs=yes fi @@ -6307,7 +6310,7 @@ shared=yes;; *) MODLIST="$MODLIST dir" - if test "dir" == "so"; then + if test "dir" = "so"; then echo "so" sharedobjs=yes fi @@ -6366,7 +6369,7 @@ shared=yes;; *) MODLIST="$MODLIST cgi" - if test "cgi" == "so"; then + if test "cgi" = "so"; then echo "so" sharedobjs=yes fi @@ -6425,7 +6428,7 @@ shared=yes;; *) MODLIST="$MODLIST cgid" - if test "cgid" == "so"; then + if test "cgid" = "so"; then echo "so" sharedobjs=yes fi @@ -6484,7 +6487,7 @@ shared=yes;; *) MODLIST="$MODLIST asis" - if test "asis" == "so"; then + if test "asis" = "so"; then echo "so" sharedobjs=yes fi @@ -6543,7 +6546,7 @@ shared=yes;; *) MODLIST="$MODLIST imap" - if test "imap" == "so"; then + if test "imap" = "so"; then echo "so" sharedobjs=yes fi @@ -6602,7 +6605,7 @@ shared=yes;; *) MODLIST="$MODLIST action" - if test "actions" == "so"; then + if test "actions" = "so"; then echo "so" sharedobjs=yes fi @@ -6661,7 +6664,7 @@ shared=yes;; *) MODLIST="$MODLIST speling" - if test "speling" == "so"; then + if test "speling" = "so"; then echo "so" sharedobjs=yes fi @@ -6720,7 +6723,7 @@ shared=yes;; *) MODLIST="$MODLIST userdir" - if test "userdir" == "so"; then + if test "userdir" = "so"; then echo "so" sharedobjs=yes fi @@ -6779,7 +6782,7 @@ shared=yes;; *) MODLIST="$MODLIST alias" - if test "alias" == "so"; then + if test "alias" = "so"; then echo "so" sharedobjs=yes fi @@ -6838,7 +6841,7 @@ shared=yes;; *) MODLIST="$MODLIST rewrite" - if test "rewrite" == "so"; then + if test "rewrite" = "so"; then echo "so" sharedobjs=yes fi @@ -6897,7 +6900,7 @@ shared=yes;; *) MODLIST="$MODLIST access" - if test "access" == "so"; then + if test "access" = "so"; then echo "so" sharedobjs=yes fi @@ -6956,7 +6959,7 @@ shared=yes;; *) MODLIST="$MODLIST auth" - if test "auth" == "so"; then + if test "auth" = "so"; then echo "so" sharedobjs=yes fi @@ -7015,7 +7018,7 @@ shared=yes;; *) MODLIST="$MODLIST auth_anon" - if test "auth_anon" == "so"; then + if test "auth_anon" = "so"; then echo "so" sharedobjs=yes fi @@ -7074,7 +7077,7 @@ shared=yes;; *) MODLIST="$MODLIST auth_dbm" - if test "auth_dbm" == "so"; then + if test "auth_dbm" = "so"; then echo "so" sharedobjs=yes fi @@ -7134,7 +7137,7 @@ shared=yes;; *) MODLIST="$MODLIST auth_db" - if test "auth_db" == "so"; then + if test "auth_db" = "so"; then echo "so" sharedobjs=yes fi @@ -7277,7 +7280,7 @@ shared=yes;; *) MODLIST="$MODLIST auth_digest" - if test "auth_digest" == "so"; then + if test "auth_digest" = "so"; then echo "so" sharedobjs=yes fi @@ -7336,7 +7339,7 @@ shared=yes;; *) MODLIST="$MODLIST cern_meta" - if test "cern_meta" == "so"; then + if test "cern_meta" = "so"; then echo "so" sharedobjs=yes fi @@ -7395,7 +7398,7 @@ shared=yes;; *) MODLIST="$MODLIST expires" - if test "expires" == "so"; then + if test "expires" = "so"; then echo "so" sharedobjs=yes fi @@ -7454,7 +7457,7 @@ shared=yes;; *) MODLIST="$MODLIST headers" - if test "headers" == "so"; then + if test "headers" = "so"; then echo "so" sharedobjs=yes fi @@ -7514,7 +7517,7 @@ shared=yes;; *) MODLIST="$MODLIST usertrack" - if test "usertrack" == "so"; then + if test "usertrack" = "so"; then echo "so" sharedobjs=yes fi @@ -7574,7 +7577,7 @@ shared=yes;; *) MODLIST="$MODLIST unique_id" - if test "unique_id" == "so"; then + if test "unique_id" = "so"; then echo "so" sharedobjs=yes fi @@ -7633,7 +7636,7 @@ shared=yes;; *) MODLIST="$MODLIST setenvif" - if test "setenvif" == "so"; then + if test "setenvif" = "so"; then echo "so" sharedobjs=yes fi @@ -7692,7 +7695,7 @@ shared=yes;; *) MODLIST="$MODLIST echo" - if test "echo" == "so"; then + if test "echo" = "so"; then echo "so" sharedobjs=yes fi @@ -7758,7 +7761,7 @@ shared=yes;; *) MODLIST="$MODLIST so" - if test "so" == "so"; then + if test "so" = "so"; then echo "so" sharedobjs=yes fi @@ -7818,7 +7821,7 @@ shared=yes;; *) MODLIST="$MODLIST so" - if test "so" == "so"; then + if test "so" = "so"; then echo "so" sharedobjs=yes fi