diff --git a/configure b/configure index f3c87a31e3..5fa4276b36 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 172e7dbf6a..623581c827 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.