diff options
Diffstat (limited to 'm4/openbox.m4')
| -rw-r--r-- | m4/openbox.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/openbox.m4 b/m4/openbox.m4 index fb75eccd..84044f36 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -38,8 +38,6 @@ AC_DEFUN([OB_DEBUG], test "$DEBUG" = "yes" && \ AC_DEFINE([DEBUG], [1], [Creating a debug build]) - - AM_CONDITIONAL(CVS, test "$CVS" = "yes") ]) @@ -82,7 +80,7 @@ AC_DEFUN([OB_NLS], [NLS=$enableval], [NLS="yes"]) if test "$NLS" = yes; then - CPPFLAGS="$CPPFLAGS -DENABLE_NLS" + DEFS="$DEFS -DENABLE_NLS" fi ]) |
