Mercurial > hg > xemacs-beta
comparison configure.in @ 357:4711e16a8e49 r21-1-8
Import from CVS: tag r21-1-8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:04 +0200 |
parents | 182f72e8cd0d |
children | 8e84bee8ddd0 |
comparison
equal
deleted
inserted
replaced
356:e85f639a32f3 | 357:4711e16a8e49 |
---|---|
2700 dnl ---------------------- | 2700 dnl ---------------------- |
2701 | 2701 |
2702 if test "$window_system" != "none"; then | 2702 if test "$window_system" != "none"; then |
2703 AC_CHECKING(for graphics libraries) | 2703 AC_CHECKING(for graphics libraries) |
2704 | 2704 |
2705 dnl On IRIX 6, most graphics libraries depend on libCsup | |
2706 AC_CHECK_LIB(Csup,__T_9__nothrow,[LIBS="-lCsup $LIBS"]) | |
2707 | |
2705 dnl Autodetect Xpm | 2708 dnl Autodetect Xpm |
2706 xpm_problem="" | 2709 xpm_problem="" |
2707 if test -z "$with_xpm"; then | 2710 if test -z "$with_xpm"; then |
2708 AC_MSG_CHECKING(for Xpm - no older than 3.4f) | 2711 AC_MSG_CHECKING(for Xpm - no older than 3.4f) |
2709 xe_check_libs=-lXpm | 2712 xe_check_libs=-lXpm |
3352 dnl Check for SGI and HP native sound libs | 3355 dnl Check for SGI and HP native sound libs |
3353 if test -z "$sound_found"; then | 3356 if test -z "$sound_found"; then |
3354 case "$canonical" in | 3357 case "$canonical" in |
3355 *-sgi-* ) | 3358 *-sgi-* ) |
3356 if test -z "$native_sound_lib"; then | 3359 if test -z "$native_sound_lib"; then |
3360 AC_CHECK_HEADER(audio.h, [ | |
3357 AC_CHECK_LIB(audio, ALopenport, native_sound_lib="-laudio") | 3361 AC_CHECK_LIB(audio, ALopenport, native_sound_lib="-laudio") |
3362 ]) | |
3358 fi | 3363 fi |
3359 if test -n "$native_sound_lib"; then | 3364 if test -n "$native_sound_lib"; then |
3360 sound_found=yes sound_cflags="" | 3365 sound_found=yes sound_cflags="" |
3361 XE_ADD_OBJS(sgiplay.o) | 3366 XE_ADD_OBJS(sgiplay.o) |
3362 fi ;; | 3367 fi ;; |