aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-01-27 16:51:24 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-01-27 16:51:24 +0000
commit65afee80faf2956ee92a6d0584ad3bf96514b1d3 (patch)
tree0d5229de8f9f63cc688a610792ac63ce10fb0976 /samples
parent023d276597dd2c8889efeeb946ecf316e112f006 (diff)
downloadextra-cmake-modules-65afee80faf2956ee92a6d0584ad3bf96514b1d3.tar.gz
extra-cmake-modules-65afee80faf2956ee92a6d0584ad3bf96514b1d3.tar.bz2
-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
Diffstat (limited to 'samples')
-rw-r--r--samples/man/config.h.cmake4
1 files changed, 2 insertions, 2 deletions
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