View | Details | Raw Unified | Return to bug 222225
Collapse All | Expand All

(-)emulators/open-vm-tools/files/patch-configure.ac (+16 lines)
Lines 1-5 Link Here
1
--- configure.ac.orig	2017-02-24 22:15:37 UTC
1
--- configure.ac.orig	2017-02-24 22:15:37 UTC
2
+++ configure.ac
2
+++ configure.ac
3
@@ -984,7 +984,6 @@ if test "$with_icu" = "yes"; then
4
                       [ICU_CPPFLAGS="$ICU_CPPFLAGS -DUSE_ICU"],
5
                       [AC_MSG_ERROR([ICU library not found. Please configure without ICU (using --without-icu) or install ICU - http://www.icu-project.org])])
6
    # Check whether we have ICU >= 3.8.
7
-   AC_LANG_PUSH([C++])
8
    AC_MSG_CHECKING([for ucasemap_utf8ToTitle in ICU])
9
    ORIGINAL_CPPFLAGS="$CPPFLAGS"
10
    CPPFLAGS="$CPPFLAGS $ICU_CPPFLAGS"
11
@@ -999,7 +998,6 @@ if test "$with_icu" = "yes"; then
12
                   ],
13
                   [AC_MSG_RESULT([no])])
14
    CPPFLAGS="$ORIGINAL_CPPFLAGS"
15
-   AC_LANG_POP([C++])
16
 
17
    # Easier to give all modules the ICU defines/includes...
18
    CPPFLAGS="$CPPFLAGS $ICU_CPPFLAGS"
3
@@ -1082,7 +1082,7 @@ AC_CHECK_HEADERS([sys/user.h],
19
@@ -1082,7 +1082,7 @@ AC_CHECK_HEADERS([sys/user.h],
4
    ])
20
    ])
5
 AC_CHECK_HEADERS([sys/vfs.h])
21
 AC_CHECK_HEADERS([sys/vfs.h])

Return to bug 222225