diff options
| -rwxr-xr-x | configure | 24 |
1 files changed, 12 insertions, 12 deletions
| @@ -9658,16 +9658,16 @@ fi | |||
| 9658 | test -n "$DISPLAY" || | 9658 | test -n "$DISPLAY" || |
| 9659 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then | 9659 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then |
| 9660 | { { echo "$as_me:$LINENO: error: You seem to be running X, but no X development libraries | 9660 | { { echo "$as_me:$LINENO: error: You seem to be running X, but no X development libraries |
| 9661 | where found. You should install the relevant development files for X | 9661 | were found. You should install the relevant development files for X |
| 9662 | and the for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | 9662 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make |
| 9663 | sure you have development files for image handling, i.e. | 9663 | sure you have development files for image handling, i.e. |
| 9664 | tiff, gif, jpeg, png and xpm. | 9664 | tiff, gif, jpeg, png and xpm. |
| 9665 | If you are sure you want Emacs compiled without X window support, pass | 9665 | If you are sure you want Emacs compiled without X window support, pass |
| 9666 | --without-x | 9666 | --without-x |
| 9667 | to configure." >&5 | 9667 | to configure." >&5 |
| 9668 | echo "$as_me: error: You seem to be running X, but no X development libraries | 9668 | echo "$as_me: error: You seem to be running X, but no X development libraries |
| 9669 | where found. You should install the relevant development files for X | 9669 | were found. You should install the relevant development files for X |
| 9670 | and the for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | 9670 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make |
| 9671 | sure you have development files for image handling, i.e. | 9671 | sure you have development files for image handling, i.e. |
| 9672 | tiff, gif, jpeg, png and xpm. | 9672 | tiff, gif, jpeg, png and xpm. |
| 9673 | If you are sure you want Emacs compiled without X window support, pass | 9673 | If you are sure you want Emacs compiled without X window support, pass |
| @@ -24691,13 +24691,6 @@ srcdir!$srcdir$ac_delim | |||
| 24691 | lispdir!$lispdir$ac_delim | 24691 | lispdir!$lispdir$ac_delim |
| 24692 | locallisppath!$locallisppath$ac_delim | 24692 | locallisppath!$locallisppath$ac_delim |
| 24693 | lisppath!$lisppath$ac_delim | 24693 | lisppath!$lisppath$ac_delim |
| 24694 | x_default_search_path!$x_default_search_path$ac_delim | ||
| 24695 | etcdir!$etcdir$ac_delim | ||
| 24696 | archlibdir!$archlibdir$ac_delim | ||
| 24697 | bitmapdir!$bitmapdir$ac_delim | ||
| 24698 | gamedir!$gamedir$ac_delim | ||
| 24699 | gameuser!$gameuser$ac_delim | ||
| 24700 | c_switch_system!$c_switch_system$ac_delim | ||
| 24701 | _ACEOF | 24694 | _ACEOF |
| 24702 | 24695 | ||
| 24703 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then | 24696 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then |
| @@ -24739,6 +24732,13 @@ _ACEOF | |||
| 24739 | ac_delim='%!_!# ' | 24732 | ac_delim='%!_!# ' |
| 24740 | for ac_last_try in false false false false false :; do | 24733 | for ac_last_try in false false false false false :; do |
| 24741 | cat >conf$$subs.sed <<_ACEOF | 24734 | cat >conf$$subs.sed <<_ACEOF |
| 24735 | x_default_search_path!$x_default_search_path$ac_delim | ||
| 24736 | etcdir!$etcdir$ac_delim | ||
| 24737 | archlibdir!$archlibdir$ac_delim | ||
| 24738 | bitmapdir!$bitmapdir$ac_delim | ||
| 24739 | gamedir!$gamedir$ac_delim | ||
| 24740 | gameuser!$gameuser$ac_delim | ||
| 24741 | c_switch_system!$c_switch_system$ac_delim | ||
| 24742 | c_switch_machine!$c_switch_machine$ac_delim | 24742 | c_switch_machine!$c_switch_machine$ac_delim |
| 24743 | LD_SWITCH_X_SITE!$LD_SWITCH_X_SITE$ac_delim | 24743 | LD_SWITCH_X_SITE!$LD_SWITCH_X_SITE$ac_delim |
| 24744 | LD_SWITCH_X_SITE_AUX!$LD_SWITCH_X_SITE_AUX$ac_delim | 24744 | LD_SWITCH_X_SITE_AUX!$LD_SWITCH_X_SITE_AUX$ac_delim |
| @@ -24750,7 +24750,7 @@ carbon_appdir!$carbon_appdir$ac_delim | |||
| 24750 | LTLIBOBJS!$LTLIBOBJS$ac_delim | 24750 | LTLIBOBJS!$LTLIBOBJS$ac_delim |
| 24751 | _ACEOF | 24751 | _ACEOF |
| 24752 | 24752 | ||
| 24753 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 15; then | 24753 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 16; then |
| 24754 | break | 24754 | break |
| 24755 | elif $ac_last_try; then | 24755 | elif $ac_last_try; then |
| 24756 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | 24756 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |