Mercurial > hg > xemacs-beta
comparison configure.in @ 300:3cc9f0ebfbd1 r21-0b48
Import from CVS: tag r21-0b48
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:40:26 +0200 |
parents | 70ad99077275 |
children | 9ea74add5d37 |
comparison
equal
deleted
inserted
replaced
299:24cff6e8d715 | 300:3cc9f0ebfbd1 |
---|---|
568 dnl Has the user requested database support? | 568 dnl Has the user requested database support? |
569 "with_database" ) | 569 "with_database" ) |
570 with_database_berkdb=no | 570 with_database_berkdb=no |
571 with_database_dbm=no | 571 with_database_dbm=no |
572 with_database_gnudbm=no | 572 with_database_gnudbm=no |
573 for x in `echo "$val" | sed -e 's/,/ /'` ; do | 573 for x in `echo "$val" | sed -e 's/,/ /g'` ; do |
574 case "$x" in | 574 case "$x" in |
575 no ) ;; | 575 no ) ;; |
576 b | be | ber | berk | berkd | berkdb ) with_database_berkdb=yes ;; | 576 b | be | ber | berk | berkd | berkdb ) with_database_berkdb=yes ;; |
577 d | db | dbm ) with_database_dbm=yes ;; | 577 d | db | dbm ) with_database_dbm=yes ;; |
578 g | gn | gnu | gnud | gnudb | gnudbm ) with_database_gnudbm=yes ;; | 578 g | gn | gnu | gnud | gnudb | gnudbm ) with_database_gnudbm=yes ;; |
2580 fi | 2580 fi |
2581 | 2581 |
2582 dnl Always compile OffiX unless --without-offix is given, no | 2582 dnl Always compile OffiX unless --without-offix is given, no |
2583 dnl X11 support is compiled in, no standard Xmu is avaiable, | 2583 dnl X11 support is compiled in, no standard Xmu is avaiable, |
2584 dnl or dragndrop support is disabled | 2584 dnl or dragndrop support is disabled |
2585 dnl Because OffiX support currently loses when more than one display | |
2586 dnl is in use, we now disable it by default -slb 07/10/1998. | |
2585 test "$window_system" != "x11" && with_offix=no | 2587 test "$window_system" != "x11" && with_offix=no |
2586 if test "$with_xmu" != yes -a "$with_x11" = yes; then | 2588 if test "$with_xmu" != yes -a "$with_x11" = yes; then |
2587 AC_MSG_WARN([No OffiX without real Xmu support]) | 2589 AC_MSG_WARN([No OffiX without real Xmu support]) |
2588 with_offix=no | 2590 with_offix=no |
2589 fi | 2591 fi |
2593 fi | 2595 fi |
2594 if test "$with_cde" = yes; then | 2596 if test "$with_cde" = yes; then |
2595 AC_MSG_WARN([CDE already found, disabling OffiX support]) | 2597 AC_MSG_WARN([CDE already found, disabling OffiX support]) |
2596 with_offix=no | 2598 with_offix=no |
2597 fi | 2599 fi |
2598 test -z "$with_offix" && with_offix=yes | 2600 test -z "$with_offix" && with_offix=no |
2599 if test "$with_offix" = "yes"; then | 2601 if test "$with_offix" = "yes"; then |
2600 AC_DEFINE(HAVE_OFFIX_DND) | 2602 AC_DEFINE(HAVE_OFFIX_DND) |
2601 XE_APPEND(offix.o, dnd_objs) | 2603 XE_APPEND(offix.o, dnd_objs) |
2602 XE_APPEND(OffiX, dragndrop_proto) | 2604 XE_APPEND(OffiX, dragndrop_proto) |
2603 fi | 2605 fi |