diff options
| author | Kenichi Handa | 2011-12-11 21:11:01 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-12-11 21:11:01 +0900 |
| commit | d93a1e346748314203e81d68a07fbe3cd727f28f (patch) | |
| tree | 1d8403fdab41635d46227e23a13d537b579f1f84 | |
| parent | 3633e3aa59f8df4e12f1b509c952e17dbf205819 (diff) | |
| parent | d7932d31e3880b3c6fa93231a895ac55da22b944 (diff) | |
| download | emacs-d93a1e346748314203e81d68a07fbe3cd727f28f.tar.gz emacs-d93a1e346748314203e81d68a07fbe3cd727f28f.zip | |
merge trunk
| -rwxr-xr-x | autogen/configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/autogen/configure b/autogen/configure index 9dc6dd9ad34..c24266ebe6d 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -8353,9 +8353,9 @@ $as_echo "no" >&6; } | |||
| 8353 | 8353 | ||
| 8354 | if test $HAVE_ALSA = yes; then | 8354 | if test $HAVE_ALSA = yes; then |
| 8355 | SAVE_CFLAGS="$CFLAGS" | 8355 | SAVE_CFLAGS="$CFLAGS" |
| 8356 | SAVE_LDFLAGS="$LDFLAGS" | 8356 | SAVE_LIBS="$LIBS" |
| 8357 | CFLAGS="$ALSA_CFLAGS $CFLAGS" | 8357 | CFLAGS="$ALSA_CFLAGS $CFLAGS" |
| 8358 | LDFLAGS="$ALSA_LIBS $LDFLAGS" | 8358 | LIBS="$ALSA_LIBS $LIBS" |
| 8359 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8359 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 8360 | /* end confdefs.h. */ | 8360 | /* end confdefs.h. */ |
| 8361 | #include <asoundlib.h> | 8361 | #include <asoundlib.h> |
| @@ -8398,7 +8398,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
| 8398 | fi | 8398 | fi |
| 8399 | 8399 | ||
| 8400 | CFLAGS="$SAVE_CFLAGS" | 8400 | CFLAGS="$SAVE_CFLAGS" |
| 8401 | LDFLAGS="$SAVE_LDFLAGS" | 8401 | LIBS="$SAVE_LIBS" |
| 8402 | LIBSOUND="$LIBSOUND $ALSA_LIBS" | 8402 | LIBSOUND="$LIBSOUND $ALSA_LIBS" |
| 8403 | CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS" | 8403 | CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS" |
| 8404 | 8404 | ||
| @@ -11567,9 +11567,9 @@ fi | |||
| 11567 | 11567 | ||
| 11568 | if test "$HAVE_GSETTINGS" = "yes" || test "$HAVE_GCONF" = "yes"; then | 11568 | if test "$HAVE_GSETTINGS" = "yes" || test "$HAVE_GCONF" = "yes"; then |
| 11569 | SAVE_CFLAGS="$CFLAGS" | 11569 | SAVE_CFLAGS="$CFLAGS" |
| 11570 | SAVE_LDFLAGS="$LDFLAGS" | 11570 | SAVE_LIBS="$LIBS" |
| 11571 | CFLAGS="$SETTINGS_CFLAGS $CFLAGS" | 11571 | CFLAGS="$SETTINGS_CFLAGS $CFLAGS" |
| 11572 | LDFLAGS="$SETTINGS_LIBS $LDFLAGS" | 11572 | LIBS="$SETTINGS_LIBS $LIBS" |
| 11573 | for ac_func in g_type_init | 11573 | for ac_func in g_type_init |
| 11574 | do : | 11574 | do : |
| 11575 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" | 11575 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" |
| @@ -11582,7 +11582,7 @@ fi | |||
| 11582 | done | 11582 | done |
| 11583 | 11583 | ||
| 11584 | CFLAGS="$SAVE_CFLAGS" | 11584 | CFLAGS="$SAVE_CFLAGS" |
| 11585 | LDFLAGS="$SAVE_LDFLAGS" | 11585 | LIBS="$SAVE_LIBS" |
| 11586 | fi | 11586 | fi |
| 11587 | 11587 | ||
| 11588 | 11588 | ||