Revert accidental change to configure.

This commit is contained in:
Christian Speckner 2019-04-29 00:56:45 +02:00
parent 4d0da9b8e7
commit a6e7dcf399
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -255,7 +255,7 @@ for ac_option in $@; do
--enable-static) _build_static=yes ;;
--disable-static) _build_static=no ;;
--enable-profile) _build_profile=yes ;;
# --disable-profile) _build_profile=no ;;
--disable-profile) _build_profile=no ;;
--enable-debug) _build_debug=yes ;;
--disable-debug) _build_debug=false ;;
--with-sdl-prefix=*)