Skip to content

Instantly share code, notes, and snippets.

@presuku
Created March 23, 2015 03:50
Show Gist options
  • Save presuku/4aa3dbaa40faf5bedbed to your computer and use it in GitHub Desktop.
Save presuku/4aa3dbaa40faf5bedbed to your computer and use it in GitHub Desktop.
cmigemo configure.in patch
# HG changeset patch
# Parent 0bd48fdc91a0c09734a99ab35b0dd76910a01314
diff -r 0bd48fdc91a0 -r 04a27d7baf6f src/configure.in
--- a/src/configure.in Wed Apr 17 17:50:48 2013 +0900
+++ b/src/configure.in Wed Apr 17 17:54:16 2013 +0900
@@ -3591,7 +3591,8 @@
if test "$enable_migemo" = "yes"; then
AC_MSG_RESULT(no)
AC_CHECK_LIB(migemo, migemo_open,
- [LIBS="$LIBS -lmigemo" AC_DEFINE(HAVE_MIGEMO)],,)
+ [LIBS="$LIBS -lmigemo"
+ AC_DEFINE(HAVE_MIGEMO)],,)
else
AC_MSG_RESULT(yes)
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment