compile error in openssl.h depends on the Platform SDK, not the MSVC variant used

change the !IFDEF around GNUTLS accordingly

svn path=/trunk/; revision=20323
This commit is contained in:
Ulf Lamping 2007-01-05 05:03:15 +00:00
parent b6fd719414
commit 3a1a07c46a
1 changed files with 2 additions and 2 deletions

View File

@ -218,8 +218,8 @@ PCRE_DIR=$(WIRESHARK_LIBS)\pcre-6.4
# If you don't have GNUTLS, comment this line out, so that GNUTLS_DIR
# isn't defined.
#
# XXX - GNUTLS headers doesn't compile on MSVC 2005
!IF "$(MSVC_VARIANT)" == "MSVC6"
# Platform SDK conflicts with openssl.h header
!IFNDEF PLATFORM_SDK_DIR
GNUTLS_DIR=$(WIRESHARK_LIBS)\gnutls-1.6.1-1
!ENDIF