*** configure.in.orig Sun Dec 12 11:11:32 1999 --- configure.in Sun Dec 12 11:11:44 1999 *************** *** 2618,2624 **** dnl Autodetect CDE test -z "$with_cde" && { AC_CHECK_HEADER(Dt/Dt.h, , with_cde=no) } test -z "$with_cde" && { AC_CHECK_LIB(DtSvc, DtDndDragStart, [:], with_cde=no) } ! test -z "$with_cde" && with_cde=yes if test "$with_dragndrop" = no; then AC_MSG_WARN([No CDE without generic Drag'n'Drop support]) with_cde=no --- 2618,2624 ---- dnl Autodetect CDE test -z "$with_cde" && { AC_CHECK_HEADER(Dt/Dt.h, , with_cde=no) } test -z "$with_cde" && { AC_CHECK_LIB(DtSvc, DtDndDragStart, [:], with_cde=no) } ! test -z "$with_cde" && with_cde=no if test "$with_dragndrop" = no; then AC_MSG_WARN([No CDE without generic Drag'n'Drop support]) with_cde=no