Skip to content

Commit

Permalink
ac_prog_javah.m4: Use AC_CANONICAL_TARGET instead of AC_CANONICAL_SYS…
Browse files Browse the repository at this point in the history
…TEM.
  • Loading branch information
Gary Lowell committed Jan 14, 2013
1 parent 59aad34 commit be0c4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/ac_prog_javah.m4
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dnl @version 2002-03-25
dnl @license AllPermissive

AC_DEFUN([AC_PROG_JAVAH],[
AC_REQUIRE([AC_CANONICAL_SYSTEM])dnl
AC_REQUIRE([AC_CANONICAL_TARGET])dnl
AC_REQUIRE([AC_PROG_CPP])dnl
AC_PATH_PROG(JAVAH,javah)
if test x"`eval 'echo $ac_cv_path_JAVAH'`" != x ; then
Expand Down

0 comments on commit be0c4b3

Please sign in to comment.