From: Oliver Kurth Date: Tue, 5 Jun 2018 22:47:33 +0000 (-0700) Subject: [tools] Not checking symbols when building open-vm-tools X-Git-Tag: stable-11.0.0~566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46a0b08377224ac62d78c88dfd2cd3c4e049e169;p=thirdparty%2Fopen-vm-tools.git [tools] 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 4988d646e..54e2f1802 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