mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-07 17:54:05 +02:00
configure.ac: fix typo in last patch
20e709d8b9
fixed some issues in
configure.ac but also introduced a typo. Fix that.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user