aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-14 00:21:55 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-14 00:21:55 +0000
commita67bfca4a9a827ec12660a7a7eb021fe0c2f2e8e (patch)
tree57971cd495200e16269c4b14326addf19c46035e /ui/gtk/CMakeLists.txt
parentf532cd306436278045bbf8849c2e8fc6a0363e3e (diff)
Comment out -DGDK_DISABLE_DEPRECATED to match configure.in.
svn path=/trunk/; revision=44480
Diffstat (limited to 'ui/gtk/CMakeLists.txt')
-rw-r--r--ui/gtk/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/CMakeLists.txt b/ui/gtk/CMakeLists.txt
index 2cfdc469b3..f0a172de87 100644
--- a/ui/gtk/CMakeLists.txt
+++ b/ui/gtk/CMakeLists.txt
@@ -239,7 +239,7 @@ if (NOT ENABLE_GTK3)
# To verify that your program does not use any deprecated symbols,
# you can use defines to remove deprecated symbols from the header files
- -DGDK_DISABLE_DEPRECATED
+ # -DGDK_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED
)
endif()