diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2019-08-01 14:49:03 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2019-08-01 14:49:03 +0200 |
commit | cc02da816fb062c93b4f0d61b0cfa02b673a5e00 (patch) | |
tree | abfe65969ffd0a6c52b5d023488b38429553e834 /configure.ac | |
parent | 3ffb0c4f25eff926989867b4a7f604f54d68281b (diff) |
Show LDFLAGS in configurev2.0.5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |