Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2017
1 parent 0844dc7 commit bcee187
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configure.ac
Expand Up @@ -1580,9 +1580,7 @@ if test "x$with_onigmo" != "xno"; then
if test "x$with_onigmo" != "xbundled"; then
m4_ifdef([PKG_CHECK_MODULES], [
PKG_CHECK_MODULES([ONIGMO], [onigmo],
[_PKG_CONFIG(ONIGMO_LIBS_ONLY_L, [libs-only-L], [onigmo])
ONIGMO_LIBS_ONLY_L="$pkg_cv_ONIGMO_LIBS_ONLY_L"
have_onigmo=yes],
[have_onigmo=yes],
[have_onigmo=no])
],
[have_onigmo=no])
Expand All @@ -1594,7 +1592,6 @@ if test "x$with_onigmo" != "xno"; then
AC_CONFIG_SUBDIRS([vendor/onigmo])
ONIGMO_CFLAGS="-I\$(top_srcdir)/vendor/onigmo-source"
ONIGMO_LIBS="\$(top_builddir)/vendor/onigmo-source/libonigmo.la"
ONIGMO_LIBS_ONLY_L="-L\$(top_builddir)/vendor/onigmo-source"
fi
AC_DEFINE(GRN_WITH_ONIGMO, [1], [Use Onigmo.])
else
Expand Down

0 comments on commit bcee187

Please sign in to comment.