Commit ae1aa8f1 authored by mtufan's avatar mtufan

puae 2.3.3 fixes2

parent 589916df
...@@ -577,6 +577,7 @@ WANT_CAPS=no ...@@ -577,6 +577,7 @@ WANT_CAPS=no
WANT_FDI=yes WANT_FDI=yes
WANT_ENFORCER=dunno WANT_ENFORCER=dunno
WANT_CATWEASEL=no WANT_CATWEASEL=no
WANT_SERIAL=no
MATHLIB=-lm MATHLIB=-lm
...@@ -1770,7 +1771,7 @@ dnl ...@@ -1770,7 +1771,7 @@ dnl
dnl serial port emulation dnl serial port emulation
dnl dnl
AC_MSG_CHECKING([whether to build serial port emulation]) AC_MSG_CHECKING([whether to build serial port emulation])
if [[ "x$WANT_BSDSOCK" != "xyes" ]]; then if [[ "x$WANT_SERIAL" != "xno" ]]; then
dnl NEED_THREAD_SUPPORT=yes dnl NEED_THREAD_SUPPORT=yes
UAE_DEFINES="$UAE_DEFINES -DSERIAL_PORT" UAE_DEFINES="$UAE_DEFINES -DSERIAL_PORT"
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment