Skip to content

Commit

Permalink
configure.ac: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng committed Apr 12, 2016
1 parent 845d964 commit 9dd18f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AC_PROG_CXX
AC_PROG_LIBTOOL
AC_HEADER_STDC

AC_ARG_ENABLE(debu;g,
AC_ARG_ENABLE(debug,
[ --enable-debug Turn on debugging],
[case "${enableval}" in
yes) debug=true ;;
Expand Down

0 comments on commit 9dd18f8

Please sign in to comment.