diff options
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index cd3f5fe88..3e2f7ec24 100644 --- a/configure.in +++ b/configure.in @@ -435,7 +435,7 @@ AC_PROG_RANLIB AC_PATH_TOOL(AR, ar) if test "x$AR" = "x:"; then - AC_MSG_ERROR(Configure could not find the library archiver, aborting.) + AC_MSG_ERROR(Configure could not find the library archiver, 1) fi if test "x$RANLIB" != "x:"; then @@ -930,7 +930,7 @@ case $host_os_gui in AC_PATH_XTRA if test x$no_x = xyes; then - AC_MSG_ERROR(Configure could not find required X11 libraries, aborting.) + AC_MSG_ERROR(Configure could not find required X11 libraries, 1) fi if test "x$X_PRE_LIBS" != x; then |
