From f674009c56d7b812d06d63e024a33baec231c133 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 13 Dec 2020 16:51:20 +0300 Subject: [PATCH] fix typo from commit 63349df2610a (fixes bug 5396) --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f3c87a31e..5fa4276b3 100755 --- a/configure +++ b/configure @@ -23033,7 +23033,7 @@ $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h ;; esac fi - LIBS="save_$LIBS" + LIBS="$save_LIBS" } CheckIBus() diff --git a/configure.ac b/configure.ac index 172e7dbf6..623581c82 100644 --- a/configure.ac +++ b/configure.ac @@ -2741,7 +2741,7 @@ CheckInotify() ;; esac fi - LIBS="save_$LIBS" + LIBS="$save_LIBS" } dnl See if the platform has libibus IME support.