Comment out -DGDK_DISABLE_DEPRECATED to match configure.in.

svn path=/trunk/; revision=44480
This commit is contained in:
Gerald Combs 2012-08-14 00:21:55 +00:00
parent f532cd3064
commit a67bfca4a9
1 changed files with 1 additions and 1 deletions

View File

@ -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()