]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Show LDFLAGS in configure v2.0.5
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 1 Aug 2019 12:49:03 +0000 (14:49 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 1 Aug 2019 12:49:03 +0000 (14:49 +0200)
configure.ac

index 92941534ed79c3f72003ecd0ae16ef1cb6a5f3e6..14dbcd52a4f14fd11dbcf1b15719ec2f2b510972 100644 (file)
@@ -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