summaryrefslogtreecommitdiff
path: root/gr-run-waveform/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gr-run-waveform/configure.ac')
-rw-r--r--gr-run-waveform/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-run-waveform/configure.ac b/gr-run-waveform/configure.ac
index 752a99886..b2968a06c 100644
--- a/gr-run-waveform/configure.ac
+++ b/gr-run-waveform/configure.ac
@@ -36,6 +36,8 @@ dnl Find the the C++ compiler
AC_PROG_CXX
AM_PROG_CC_C_O
+GR_LIB64 dnl check for lib64 suffix after choosing compilers
+
dnl Checks for standard header files.
AC_HEADER_STDC
@@ -47,6 +49,7 @@ AC_SUBST(PYTHON)
AC_CONFIG_FILES([\
Makefile \
+ config/Makefile \
])
AC_OUTPUT