diff options
author | Andreas Schwab <schwab@suse.de> | 2007-05-20 07:46:23 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2007-05-20 07:46:23 +0000 |
commit | e69964d594f8e8ee48c1289966f6da28e698fde6 (patch) | |
tree | 7e9cf9e8894ee4da779a6382580ed088b78706a5 /configure.in | |
parent | 8d0b40c0401e098054fef29db480501e589cd02c (diff) | |
download | emacs-e69964d594f8e8ee48c1289966f6da28e698fde6.tar.gz |
Remove empty AC_SUBST.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4c64970fe0f..a5033e96247 100644 --- a/configure.in +++ b/configure.in @@ -1620,7 +1620,6 @@ if test "${with_sound}" != "no"; then LIBSOUND="$LIBSOUND $ALSA_LIBS" CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS" AC_DEFINE(HAVE_ALSA, 1, [Define to 1 if ALSA is available.]) - AC_SUBST() fi AC_SUBST(CFLAGS_SOUND) fi |