aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2019-08-01 14:49:03 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2019-08-01 14:49:03 +0200
commitcc02da816fb062c93b4f0d61b0cfa02b673a5e00 (patch)
treeabfe65969ffd0a6c52b5d023488b38429553e834
parent3ffb0c4f25eff926989867b4a7f604f54d68281b (diff)
downloadbird-cc02da816fb062c93b4f0d61b0cfa02b673a5e00.tar.gz
Show LDFLAGS in configurev2.0.5
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 92941534..14dbcd52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,6 +162,9 @@ fi
AC_MSG_CHECKING([CFLAGS])
AC_MSG_RESULT([$CFLAGS])
+AC_MSG_CHECKING([LDFLAGS])
+AC_MSG_RESULT([$LDFLAGS])
+
AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_RANLIB