mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Make sure to set 'no' on the variable cached.
This commit is contained in:
parent
c589da7e08
commit
cad3dd2887
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ AC_DEFUN([CC_CHECK_LDFLAGS], [
|
|||
LDFLAGS="$LDFLAGS $1"
|
||||
AC_LINK_IFELSE([int main() { return 1; }],
|
||||
[eval "AS_TR_SH([cc_cv_ldflags_$1])='yes'"],
|
||||
[eval "AS_TR_SH([cc_cv_ldflags_$1])="])
|
||||
[eval "AS_TR_SH([cc_cv_ldflags_$1])='no'"])
|
||||
LDFLAGS="$ac_save_LDFLAGS"
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue