X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=autoconf%2Fconfigure.ac;h=e699ee631e56e3f91a25bec1dd08696e9f8a9caf;hp=cd458a49696d4710f5007ef609cc4e664a4998cb;hb=8931c49efade57afb73e0d6f51e739a8ea4b896e;hpb=38a2e36ad9c9f27e6f1ab1dd5937e3c333f9346f diff --git a/autoconf/configure.ac b/autoconf/configure.ac index cd458a49696..e699ee631e5 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -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." - exit -1 + exit 1 ]) AC_CHECK_HEADER([opagent.h], [], [ echo "Error! You need to have opagent.h around." - exit -1 + exit 1 ]) fi ;; *)