Skip to content

Commit

Permalink
Fix moc-qt4 detection when both qt5 and qt4 are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Oct 6, 2014
1 parent 2e8be78 commit 022c1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PKG_PROG_PKG_CONFIG

# Checks for programs.
AC_CHECK_PROG(PERL, perl, perl)
AC_CHECK_PROG(MOC, moc, moc)
AC_PATH_PROG(MOC, [moc-qt4 moc], moc)
AC_PROG_CXX
AC_PROG_AWK
AC_PROG_CC_C99
Expand Down

0 comments on commit 022c1c9

Please sign in to comment.