]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
m4: Fix testsuite.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 13:48:23 +0000 (14:48 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 13:48:23 +0000 (14:48 +0100)
This fixes issure #588.

pkgs/core/m4/m4.nm

index 26000b52dc578f5f44d0ca1110ea93f2cf5e6459..ee51012b5ca07f9d4f8fa25c35453d2151c14c64 100644 (file)
@@ -49,7 +49,6 @@ CONFIGURE_ENVIRONMENT += \
        CPPFLAGS="-D_GNU_SOURCE" \
        gl_cv_func_printf_directive_n=no \
 
-# fails
-#define STAGE_TEST
-#      cd $(DIR_APP) && make check
-#endef
+define STAGE_TEST
+       cd $(DIR_APP) && make check
+endef