Browse Source

fix typo from commit 63349df2610a (fixes bug 5396)

Ozkan Sezer 4 years ago
parent
commit
f674009c56
2 changed files with 2 additions and 2 deletions
  1. 1 1
      configure
  2. 1 1
      configure.ac

+ 1 - 1
configure

@@ -23033,7 +23033,7 @@ $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h
                 ;;
         esac
     fi
-    LIBS="save_$LIBS"
+    LIBS="$save_LIBS"
 }
 
 CheckIBus()

+ 1 - 1
configure.ac

@@ -2741,7 +2741,7 @@ CheckInotify()
                 ;;
         esac
     fi
-    LIBS="save_$LIBS"
+    LIBS="$save_LIBS"
 }
 
 dnl See if the platform has libibus IME support.