mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
fix typo from commit 63349df2610a (fixes bug 5396)
This commit is contained in:
parent
b6e63625c8
commit
f674009c56
2
configure
vendored
2
configure
vendored
@ -23033,7 +23033,7 @@ $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
LIBS="save_$LIBS"
|
LIBS="$save_LIBS"
|
||||||
}
|
}
|
||||||
|
|
||||||
CheckIBus()
|
CheckIBus()
|
||||||
|
@ -2741,7 +2741,7 @@ CheckInotify()
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
LIBS="save_$LIBS"
|
LIBS="$save_LIBS"
|
||||||
}
|
}
|
||||||
|
|
||||||
dnl See if the platform has libibus IME support.
|
dnl See if the platform has libibus IME support.
|
||||||
|
Loading…
Reference in New Issue
Block a user