From: Oliver Kurth Date: Tue, 19 Jun 2018 18:07:44 +0000 (-0700) Subject: Not checking symbols when building open-vm-tools X-Git-Tag: stable-10.3.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf86c612a8ffe1d20b98c20b76f0c34840a7a2a3;p=thirdparty%2Fopen-vm-tools.git Not checking symbols when building open-vm-tools Using a hard-coded mangled name is not a good idea because C++ does not have any standard for name mangling. Remove these mangled names introduced in an earlier fix. --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 7e9227cd3..46664c14f 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -639,7 +639,7 @@ if test "$enable_vgauth" = "yes"; then [], [], [], - [_ZN11xercesc_3_117AbstractDOMParser11getDocumentEv], + [], [], [AC_VMW_LIB_ERROR([XERCES], [xerces])]) @@ -650,7 +650,7 @@ if test "$enable_vgauth" = "yes"; then [], [], [], - [_ZN12XSECProviderC1Ev], + [], [], [AC_VMW_LIB_ERROR([XMLSECURITY], [xmlsecurity])]) fi @@ -828,7 +828,7 @@ else [], [3.0.0], [gtkmm.h], - [_ZN3Gtk4Main3runEv], + [], [GTKMM_CPPFLAGS="$GTKMM_CPPFLAGS -DHAVE_GTKMM"], [AC_MSG_ERROR([gtkmm3 library not found. Please install the libgtkmm devel package(s), or re-configure using --without-gtkmm3.])]) @@ -840,7 +840,7 @@ else [], [2.4.0], [gtkmm.h], - [_ZN3Gtk4Main3runEv], + [], [GTKMM_CPPFLAGS="$GTKMM_CPPFLAGS -DHAVE_GTKMM"], [AC_MSG_ERROR([gtkmm library not found. Please install the libgtkmm devel package(s), or re-configure using --without-gtkmm.])]) fi