Skip to content

Commit

Permalink
CVE is always compiled -> clean up configure.ac.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
pvrabec committed Nov 16, 2012
1 parent d49f1ea commit 1912f48
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ac_probes/configure.ac.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,6 @@ AC_ARG_ENABLE([probes-solaris],
*) AC_MSG_ERROR([bad value ${enableval} for --enable-probes-solaris]) ;;
esac],)

AC_ARG_ENABLE([cve],
[AC_HELP_STRING([--enable-cve], [include support for CVE (default=no)])],
[case "${enableval}" in
yes) cve=yes ;;
no) cve=no ;;
*) AC_MSG_ERROR([bad value ${enableval} for --enable-cve]) ;;
esac],[cve=no])

AC_ARG_ENABLE([cce],
[AC_HELP_STRING([--enable-cce], [include support for CCE (default=no)])],
[case "${enableval}" in
Expand Down Expand Up @@ -421,7 +413,6 @@ fi

@@@@PROBE_EVAL@@@@

AM_CONDITIONAL([WANT_CVE], test "$cve" = yes)
AM_CONDITIONAL([WANT_CCE], test "$cce" = yes)

AM_CONDITIONAL([WANT_PROBES_INDEPENDENT], test "$probes_independent" = yes)
Expand Down Expand Up @@ -537,7 +528,6 @@ echo "use POSIX regex: $regex_posix"
echo "SCE enabled $sce"
echo "debugging flags enabled: $debug"
echo "CCE enabled: $cce"
echo "CVE enabled: $cve"
echo
@@@@PROBE_TABLE@@@@
echo
Expand Down

0 comments on commit 1912f48

Please sign in to comment.