summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-01-14 23:11:54 +0100
committerGary Lowell <glowell@inktank.com>2013-01-14 23:11:54 +0100
commitbe0c4b34bc5d9b491f224ccd29ec7c914efd6b1f (patch)
treebd2bbf4421d573da6255017075bc9e91fe638b49 /m4
parentconfigure.ac: check for org.junit.rules.ExternalResource (diff)
downloadceph-be0c4b34bc5d9b491f224ccd29ec7c914efd6b1f.tar.xz
ceph-be0c4b34bc5d9b491f224ccd29ec7c914efd6b1f.zip
ac_prog_javah.m4: Use AC_CANONICAL_TARGET instead of AC_CANONICAL_SYSTEM.
Diffstat (limited to 'm4')
-rw-r--r--m4/ac_prog_javah.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ac_prog_javah.m4 b/m4/ac_prog_javah.m4
index 0cc93f98fac..a1c0556afd4 100644
--- a/m4/ac_prog_javah.m4
+++ b/m4/ac_prog_javah.m4
@@ -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