From 65afee80faf2956ee92a6d0584ad3bf96514b1d3 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 27 Jan 2006 16:51:24 +0000 Subject: -applying the patch by Bill Hoffman: change all #cmakedefine HAVE_FOO and #cmakedefine01 HAVE_FOO to #cmakedefine HAVE_FOO 1 -> compatible with the current buildsystem Alex svn path=/trunk/KDE/kdelibs/; revision=502950 --- samples/man/config.h.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/man') diff --git a/samples/man/config.h.cmake b/samples/man/config.h.cmake index 1f648e60..86c1beaf 100644 --- a/samples/man/config.h.cmake +++ b/samples/man/config.h.cmake @@ -4,8 +4,8 @@ #cmakedefine HAVE_UNISTD_H #cmakedefine HAVE_STRING_H -#cmakedefine01 HAVE_BLAH_H -#cmakedefine01 HAVE_UNISTD_H +#cmakedefine HAVE_BLAH_H 1 +#cmakedefine HAVE_UNISTD_H 1 #endif -- cgit v1.2.1