reword warning

This commit is contained in:
David MacKenzie 1994-11-04 04:12:52 +00:00
parent 4ba0d9c68c
commit 7beb4df22f
2 changed files with 2 additions and 2 deletions

View File

@ -1368,7 +1368,7 @@ AC_DEFUN(AC_TRY_RUN,
[AC_REQUIRE([AC_C_CROSS])dnl
if test "$cross_compiling" = yes; then
ifelse([$4], ,
[errprint(__file__:__line__: warning: test program without default to allow cross compiling
[errprint(__file__:__line__: warning: [AC_TRY_RUN] called without default to allow cross compiling
)dnl
AC_MSG_ERROR(can not run test program while cross compiling)],
[$4])

View File

@ -1368,7 +1368,7 @@ AC_DEFUN(AC_TRY_RUN,
[AC_REQUIRE([AC_C_CROSS])dnl
if test "$cross_compiling" = yes; then
ifelse([$4], ,
[errprint(__file__:__line__: warning: test program without default to allow cross compiling
[errprint(__file__:__line__: warning: [AC_TRY_RUN] called without default to allow cross compiling
)dnl
AC_MSG_ERROR(can not run test program while cross compiling)],
[$4])