]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Not checking symbols when building open-vm-tools
authorOliver Kurth <okurth@vmware.com>
Tue, 19 Jun 2018 18:07:44 +0000 (11:07 -0700)
committerOliver Kurth <okurth@vmware.com>
Tue, 19 Jun 2018 18:07:44 +0000 (11:07 -0700)
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.

open-vm-tools/configure.ac

index 7e9227cd388752ac980c007fb2b00f975b63aa99..46664c14f842a840ec269dc64d25b9638a30e910 100644 (file)
@@ -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