Replace kdemacros.h with tdemacros.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/26/head
Michele Calgaro 4 months ago
parent 921a060d7b
commit 1218a0fd57
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -96,7 +96,7 @@ AC_MSG_CHECKING([if hidden visibility should be enabled])
AC_COMPILE_IFELSE( AC_COMPILE_IFELSE(
[ [
#include <tdeversion.h> #include <tdeversion.h>
#include <kdemacros.h> #include <tdemacros.h>
int other_func( void ) int other_func( void )
{ {
#if KDE_IS_VERSION(3,3,2) #if KDE_IS_VERSION(3,3,2)

@ -14,7 +14,7 @@ AC_MSG_CHECKING([if hidden visibility should be enabled])
AC_COMPILE_IFELSE( AC_COMPILE_IFELSE(
[ [
#include <tdeversion.h> #include <tdeversion.h>
#include <kdemacros.h> #include <tdemacros.h>
int other_func( void ) int other_func( void )
{ {
#if KDE_IS_VERSION(3,3,2) #if KDE_IS_VERSION(3,3,2)

Loading…
Cancel
Save