comparison configure.ac @ 3060:7679bfa253c2

[xemacs-hg @ 2005-11-13 07:31:55 by ben] fix inclusion of ntplay.o configure.ac: Dependent on operating system, not on window system.
author ben
date Sun, 13 Nov 2005 07:31:55 +0000
parents 67b6f3514ffc
children 4c038e89d563
comparison
equal deleted inserted replaced
3059:23046b62bf91 3060:7679bfa253c2
4819 fi 4819 fi
4820 fi ;; 4820 fi ;;
4821 esac 4821 esac
4822 fi 4822 fi
4823 4823
4824 dnl Win32 Native uses native sound 4824 dnl Win32 uses native sound
4825 if test -z "$sound_found"; then 4825 if test -z "$sound_found"; then
4826 if test "$with_msw" = "yes"; then 4826 case "$opsys" in cygwin* | mingw* )
4827 sound_found=yes 4827 sound_found=yes
4828 with_native_sound_lib= 4828 with_native_sound_lib=
4829 XE_ADD_OBJS(ntplay.o) 4829 XE_ADD_OBJS(ntplay.o)
4830 fi 4830 ;;
4831 esac
4831 fi 4832 fi
4832 4833
4833 dnl Check for Linux/BSD native sound (also on recent Cygwins) 4834 dnl Check for Linux/BSD native sound (also on recent Cygwins)
4834 if test -z "$sound_found"; then 4835 if test -z "$sound_found"; then
4835 for dir in "machine" "sys" "linux"; do 4836 for dir in "machine" "sys" "linux"; do