/bin/sh does not recognize == as a valid test operator, but /bin/bash does...

--Trond


Index: autogen.sh
===================================================================
--- autogen.sh	(revision 440)
+++ autogen.sh	(working copy)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 LIBTOOLIZE=libtoolize
 if [ "$(uname)" == "Darwin" ] ; then
   LIBTOOLIZE=glibtoolize
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to