Skip to content

Commit

Permalink
fix configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Nov 2, 2015
1 parent f667266 commit 1d52915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -29,7 +29,7 @@ AC_ARG_WITH(discount,
[ --with-discount=DIR discount directory ],
,[with_discount="/usr"])
AC_MSG_CHECKING(for discount directory)
if test -e $with_discount/include/*/mkdio.h; then
if test -e $with_discount/include/mkdio.h -o -e $with_discount/include/*/mkdio.h; then
discount_dir=$with_discount
AC_MSG_RESULT(DISCOUNT found!)
else
Expand Down

0 comments on commit 1d52915

Please sign in to comment.