mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
Fix typo in acinclude.m4 fs_old_*flags
Introduced in commit d2669b47
.
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
2abe1f1646
commit
b57ada336b
@ -58,11 +58,11 @@ AC_DEFUN([GCC_FORTIFY_SOURCE_CC],[
|
||||
}
|
||||
], [
|
||||
AC_MSG_RESULT(yes)
|
||||
CFLAGS="$df_old_cflags"
|
||||
CFLAGS="$fs_old_cflags"
|
||||
], [
|
||||
AC_MSG_RESULT(no)
|
||||
CPPFLAGS="$df_old_cppflags"
|
||||
CFLAGS="$df_old_cflags"
|
||||
CPPFLAGS="$fs_old_cppflags"
|
||||
CFLAGS="$fs_old_cflags"
|
||||
])
|
||||
fi
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user