Too litte modify in copy - modify - paste cycle

svn path=/trunk/; revision=53693
This commit is contained in:
Jörg Mayer 2013-12-01 10:58:17 +00:00
parent 38b8e4ecb9
commit c0f974f9d1
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ if( NOT GTHREAD2_FOUND )
include( FindWSWinLibs )
if( BUILD_wireshark )
if( ENABLE_GTK3 )
FindWSWinLibs( "gtk3" "GMODULE2_HINTS" )
FindWSWinLibs( "gtk3" "GTHREAD2_HINTS" )
else()
FindWSWinLibs( "gtk2" "GMODULE2_HINTS" )
FindWSWinLibs( "gtk2" "GTHREAD2_HINTS" )
endif()
else()
message( ERROR "Unsupported build setup" )