Commit f674009c56d7b812d06d63e024a33baec231c133

Ozkan Sezer 2020-12-13T16:51:20

fix typo from commit 63349df2610a (fixes bug 5396)

diff --git a/configure b/configure
index f3c87a3..5fa4276 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 172e7db..623581c 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.