Changes in configure.ac [facc44f:a62cbb3]
- File:
-
- 1 edited
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rfacc44f ra62cbb3 59 59 AC_ARG_ENABLE(threading, AS_HELP_STRING([--enable-threading], [Build and install libcfa with threading support (Enabled by default)]), 60 60 [case "${enableval}" in 61 yes) build_threading -"yes" ;;61 yes) build_threading="yes" ;; 62 62 no) build_threading="no" ;; 63 63 *) AC_MSG_ERROR([bad value ${enableval} for --enable-debug]) ;;
Note:
See TracChangeset
for help on using the changeset viewer.