AC_ERROR -> AC_MSG_ERROR
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8699 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -27,7 +27,7 @@ case "${with_mips_abi}" in
|
|||||||
n32|yes) abi='-mabi=n32'; abilibdirext='32' ;;
|
n32|yes) abi='-mabi=n32'; abilibdirext='32' ;;
|
||||||
64) abi='-mabi=64'; abilibdirext='64' ;;
|
64) abi='-mabi=64'; abilibdirext='64' ;;
|
||||||
no) abi=''; abilibdirext='';;
|
no) abi=''; abilibdirext='';;
|
||||||
*) AC_ERROR("Invalid ABI specified") ;;
|
*) AC_MSG_ERROR("Invalid ABI specified") ;;
|
||||||
esac
|
esac
|
||||||
if test -n "$abi" ; then
|
if test -n "$abi" ; then
|
||||||
ac_foo=krb_cv_gcc_`echo $abi | tr =- __`
|
ac_foo=krb_cv_gcc_`echo $abi | tr =- __`
|
||||||
@@ -54,7 +54,7 @@ case $abi in
|
|||||||
CLAGS="$save_CFLAGS"
|
CLAGS="$save_CFLAGS"
|
||||||
if test $ac_res = yes; then
|
if test $ac_res = yes; then
|
||||||
# New GCC
|
# New GCC
|
||||||
AC_ERROR([$CC does not support the $with_mips_abi ABI])
|
AC_MSG_ERROR([$CC does not support the $with_mips_abi ABI])
|
||||||
fi
|
fi
|
||||||
# Old GCC
|
# Old GCC
|
||||||
abi=''
|
abi=''
|
||||||
@@ -67,7 +67,7 @@ case $abi in
|
|||||||
abilibdirext=''
|
abilibdirext=''
|
||||||
else
|
else
|
||||||
# Some broken GCC
|
# Some broken GCC
|
||||||
AC_ERROR([$CC does not support the $with_mips_abi ABI])
|
AC_MSG_ERROR([$CC does not support the $with_mips_abi ABI])
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@@ -79,7 +79,7 @@ case "${with_mips_abi}" in
|
|||||||
n32|yes) abi='-n32'; abilibdirext='32' ;;
|
n32|yes) abi='-n32'; abilibdirext='32' ;;
|
||||||
64) abi='-64'; abilibdirext='64' ;;
|
64) abi='-64'; abilibdirext='64' ;;
|
||||||
no) abi=''; abilibdirext='';;
|
no) abi=''; abilibdirext='';;
|
||||||
*) AC_ERROR("Invalid ABI specified") ;;
|
*) AC_MSG_ERROR("Invalid ABI specified") ;;
|
||||||
esac
|
esac
|
||||||
fi #if test -n "$GCC"; then
|
fi #if test -n "$GCC"; then
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user