You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ra...@apache.org on 2011/06/08 11:34:46 UTC

svn commit: r1133310 - /couchdb/trunk/configure.ac

Author: randall
Date: Wed Jun  8 09:34:45 2011
New Revision: 1133310

URL: http://svn.apache.org/viewvc?rev=1133310&view=rev
Log:
typo (sorry/thanks bitdiddle)

Modified:
    couchdb/trunk/configure.ac

Modified: couchdb/trunk/configure.ac
URL: http://svn.apache.org/viewvc/couchdb/trunk/configure.ac?rev=1133310&r1=1133309&r2=1133310&view=diff
==============================================================================
--- couchdb/trunk/configure.ac (original)
+++ couchdb/trunk/configure.ac Wed Jun  8 09:34:45 2011
@@ -166,7 +166,7 @@ case "$(uname -s)" in
     ;;
   *)
     # XP_UNIX required for jsapi.h and has been tested to work on Linux and Darwin.
-    JS_CLAGS="-DXP_UNIX $JS_CFLAGS"
+    JS_CFLAGS="-DXP_UNIX $JS_CFLAGS"
     ;;
 esac