mirror of https://github.com/stella-emu/stella.git
Revert accidental change to configure.
This commit is contained in:
parent
4d0da9b8e7
commit
a6e7dcf399
|
@ -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=*)
|
||||
|
|
Loading…
Reference in New Issue