forked from pool/emacs
20 lines
551 B
Diff
20 lines
551 B
Diff
--- configure.in
|
|
+++ configure.in
|
|
@@ -198,7 +198,7 @@
|
|
|
|
AC_CANONICAL_HOST
|
|
canonical=$host
|
|
-configuration=${host_alias-$host}
|
|
+configuration=${host_alias-${build_alias-$host}}
|
|
|
|
dnl This used to use changequote, but, apart from `changequote is evil'
|
|
dnl per the autoconf manual, we can speed up autoconf somewhat by quoting
|
|
@@ -1626,7 +1626,6 @@
|
|
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
|