From: Andreas Schwab Date: Sun, 20 May 2007 07:40:35 +0000 (+0000) Subject: Remove empty AC_SUBST. X-Git-Tag: emacs-pretest-23.0.90~12613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b4861defc03213b9a7e28d94bc1b81e72104a98;p=emacs.git Remove empty AC_SUBST. --- diff --git a/configure.in b/configure.in index ae18893678c..a8e9aec8749 100644 --- a/configure.in +++ b/configure.in @@ -1622,7 +1622,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