README update configure advice for apple

Signed-off-by: Andy Green <andy@warmcat.com>
diff --git a/README-test-server b/README-test-server
index 2507a67..666cec2 100644
--- a/README-test-server
+++ b/README-test-server
@@ -4,11 +4,15 @@
 For a Fedora x86_86 box, the following config line was
 needed:
 
-./configure --prefix=/usr --libdir=/usr/lib64 --enable-openssl
+ ./configure --prefix=/usr --libdir=/usr/lib64 --enable-openssl
+
+For Apple systems, in addition to whatever other typical
+configure magic you need, you will also need --enable-nofork and
+it seems don't enable openssl.
 
 otherwise if /usr/local/... and /usr/local/lib are OK then...
 
-$ ./configure --enable-openssl
+$ ./configure
 $ make clean
 $ make
 $ sudo make install