diff options
Diffstat (limited to 'gr-howto-write-a-block/configure.ac')
-rw-r--r-- | gr-howto-write-a-block/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-howto-write-a-block/configure.ac b/gr-howto-write-a-block/configure.ac index 7035599d53..9cf72f0930 100644 --- a/gr-howto-write-a-block/configure.ac +++ b/gr-howto-write-a-block/configure.ac @@ -36,6 +36,7 @@ GR_PROG_AS AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_INSTALL +AC_PATH_PROG([RM_PROG], [rm]) AC_LIBTOOL_WIN32_DLL AC_ENABLE_SHARED dnl do build shared libraries |