fix the stupid spelling
authorDana Jansens <danakj@orodu.net>
Wed, 22 Jan 2003 01:22:50 +0000 (01:22 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 22 Jan 2003 01:22:50 +0000 (01:22 +0000)
m4/openbox.m4

index ddea2a1..f4ef76f 100644 (file)
@@ -41,7 +41,7 @@ AC_DEFUN([OB_COMPILER_FLAGS],
   AC_MSG_CHECKING([for GNU C++])
   if test "$GXX" = "yes"; then
     AC_MSG_RESULT([yes])
-    FLAGS="-Wall -W -fno-check-new -fno-execptions"
+    FLAGS="-Wall -W -fno-check-new -fno-exceptions"
     # -pedantic
     test "$DEBUG" = "yes" && FLAGS="$FLAGS -g -fno-inline"
   else