mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -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)
|
AC_MSG_RESULT(yes)
|
||||||
CFLAGS="$df_old_cflags"
|
CFLAGS="$fs_old_cflags"
|
||||||
], [
|
], [
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
CPPFLAGS="$df_old_cppflags"
|
CPPFLAGS="$fs_old_cppflags"
|
||||||
CFLAGS="$df_old_cflags"
|
CFLAGS="$fs_old_cflags"
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user