diff options
author | Andreas Schwab <schwab@suse.de> | 2007-05-20 07:40:35 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2007-05-20 07:40:35 +0000 |
commit | 7b4861defc03213b9a7e28d94bc1b81e72104a98 (patch) | |
tree | a4a9c5ba077555f800de247ed2a3ba2bf87b3a13 /configure.in | |
parent | 9086c6b141004a25bba263062f7988af3adf7c76 (diff) | |
download | emacs-7b4861defc03213b9a7e28d94bc1b81e72104a98.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 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 |