Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Reported...
[oota-llvm.git] / autoconf / configure.ac
index cd458a49696d4710f5007ef609cc4e664a4998cb..e699ee631e56e3f91a25bec1dd08696e9f8a9caf 100644 (file)
@@ -1535,11 +1535,11 @@ AC_ARG_WITH(oprofile,
             AC_SEARCH_LIBS(bfd_init, bfd, [], [])
             AC_SEARCH_LIBS(op_open_agent, opagent, [], [
               echo "Error! You need to have libopagent around."
             AC_SEARCH_LIBS(bfd_init, bfd, [], [])
             AC_SEARCH_LIBS(op_open_agent, opagent, [], [
               echo "Error! You need to have libopagent around."
-              exit -1
+              exit 1
             ])
             AC_CHECK_HEADER([opagent.h], [], [
               echo "Error! You need to have opagent.h around."
             ])
             AC_CHECK_HEADER([opagent.h], [], [
               echo "Error! You need to have opagent.h around."
-              exit -1
+              exit 1
               ])
           fi ;;
         *)
               ])
           fi ;;
         *)