aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-09-01 06:19:10 -0400
committerGlenn Morris2013-09-01 06:19:10 -0400
commitdfdf7fe5cf914029748553b4ff64a197e2166619 (patch)
treea0edb7b93e2a2a3b8f175d2441755318c1b5fc4b
parent5b0891df61b20b9272ee304d3ed040babc3ba8e4 (diff)
downloademacs-dfdf7fe5cf914029748553b4ff64a197e2166619.tar.gz
emacs-dfdf7fe5cf914029748553b4ff64a197e2166619.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure17
1 files changed, 10 insertions, 7 deletions
diff --git a/autogen/configure b/autogen/configure
index e38c18a303e..f069a172de7 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -2242,8 +2242,8 @@ Optional Packages:
2242 --with-mail-unlink unlink, rather than empty, mail spool after reading 2242 --with-mail-unlink unlink, rather than empty, mail spool after reading
2243 --with-mailhost=HOSTNAME 2243 --with-mailhost=HOSTNAME
2244 string giving default POP mail host 2244 string giving default POP mail host
2245 --with-sound=VALUE compile with sound support (VALUE one of: yes, 2245 --with-sound=VALUE compile with sound support (VALUE one of: yes, alsa,
2246 ossaudio, alsa, no; default yes). Only for 2246 oss, bsd-ossaudio, no; default yes). Only for
2247 GNU/Linux, FreeBSD, NetBSD, MinGW. 2247 GNU/Linux, FreeBSD, NetBSD, MinGW.
2248 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2, 2248 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2,
2249 gtk3, lucid or athena, motif, no) 2249 gtk3, lucid or athena, motif, no)
@@ -4151,9 +4151,9 @@ fi
4151# Check whether --with-sound was given. 4151# Check whether --with-sound was given.
4152if test "${with_sound+set}" = set; then : 4152if test "${with_sound+set}" = set; then :
4153 withval=$with_sound; case "${withval}" in 4153 withval=$with_sound; case "${withval}" in
4154 yes|no|ossaudio|alsa) val=$withval ;; 4154 yes|no|alsa|oss|bsd-ossaudio) val=$withval ;;
4155 *) as_fn_error "\`--with-sound=$withval' is invalid; 4155 *) as_fn_error "\`--with-sound=$withval' is invalid;
4156this option's value should be \`yes', \`no', \`ossaudio', or \`alsa'." "$LINENO" 5 4156this option's value should be \`yes', \`no', \`alsa', \`oss', or \`bsd-ossaudio'." "$LINENO" 5
4157 ;; 4157 ;;
4158 esac 4158 esac
4159 with_sound=$val 4159 with_sound=$val
@@ -9081,7 +9081,10 @@ fi
9081 9081
9082done 9082done
9083 9083
9084 if test "${with_sound}" = "ossaudio" || test "${with_sound}" = "yes"; then 9084 test "${with_sound}" = "oss" && test "${have_sound_header}" != "yes" && \
9085 as_fn_error "OSS sound support requested but not found." "$LINENO" 5
9086
9087 if test "${with_sound}" = "bsd-ossaudio" || test "${with_sound}" = "yes"; then
9085 # Emulation library used on NetBSD. 9088 # Emulation library used on NetBSD.
9086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 9089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
9087$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } 9090$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
@@ -9125,8 +9128,8 @@ else
9125 LIBSOUND= 9128 LIBSOUND=
9126fi 9129fi
9127 9130
9128 test "${with_sound}" = "ossaudio" && test -z "$LIBSOUND" && \ 9131 test "${with_sound}" = "bsd-ossaudio" && test -z "$LIBSOUND" && \
9129 as_fn_error "ossaudio sound support requested but not found." "$LINENO" 5 9132 as_fn_error "bsd-ossaudio sound support requested but not found." "$LINENO" 5
9130 fi 9133 fi
9131 9134
9132 9135