mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-28 18:40:03 +01:00
configure.ac: fix typo in last patch
20e709d8b92e28d162c78b147afe4040e3a48b85 fixed some issues in configure.ac but also introduced a typo. Fix that.
This commit is contained in:
parent
d36f4ec593
commit
e15ba53cda
@ -3473,7 +3473,7 @@ AC_ARG_ENABLE([znodelete],
|
||||
AC_MSG_CHECKING([for --fatal-warnings linker flag])
|
||||
LDFLAGS=-Wl,--fatal-warnings
|
||||
LIBS=
|
||||
AC_TRY_LINK([], [return 0}],
|
||||
AC_TRY_LINK([], [return 0],
|
||||
AC_MSG_RESULT(yes)
|
||||
[ldflags_fatal=-Wl,--fatal-warnings],
|
||||
AC_MSG_RESULT(no)
|
||||
|
Loading…
x
Reference in New Issue
Block a user