[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann
sbergman at redhat.com
Thu Feb 23 08:52:00 UTC 2017
configure.ac | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 63cad601f3ac1d2417937951e257f996d1737300
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Feb 23 09:50:30 2017 +0100
Stray "LIBS=$save_LIBS"
copy/paste error in 0032fc0385679d15992fb1a2e8dc0ff1c228c911 "Fix check for
broken standard library"
Change-Id: Idef7fbada1f4d4e6afa8b03028a1e5c89c1b2077
diff --git a/configure.ac b/configure.ac
index 7715f1b..7408f7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12377,7 +12377,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
]])],
[broken=no], [broken=yes])
AC_LANG_POP([C++])
-LIBS=$save_LIBS
CXXFLAGS=$save_CXXFLAGS
AC_MSG_RESULT([$broken])
if test "$broken" = yes; then
More information about the Libreoffice-commits
mailing list