summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-07-27 10:08:00 +0200
committerRyan Lortie <desrt@desrt.ca>2014-07-27 10:08:47 +0200
commite15ba53cdab91587721a38efa4eeea9acf871860 (patch)
tree222da68b0fce447a4ac976d31c0463e353406e09
parentd36f4ec593e877b2f077df116f47fb6b0c08a5f8 (diff)
configure.ac: fix typo in last patch
20e709d8b92e28d162c78b147afe4040e3a48b85 fixed some issues in configure.ac but also introduced a typo. Fix that.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e9c91c4e..1898ee6d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)