소스 검색

fix typo from commit 63349df2610a (fixes bug 5396)

Ozkan Sezer 5 년 전
부모
커밋
f674009c56
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.