diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c0f136e7..f64f252d 100644 --- a/configure.ac +++ b/configure.ac @@ -104,6 +104,8 @@ AC_CANONICAL_HOST AM_SILENT_RULES AC_ARG_VAR(SYSROOT,[locate config scripts also below that directory]) +AC_PATH_PROG(YAT2M, [yat2m], [:]) + # Enable GNU extensions on systems that have them. AC_USE_SYSTEM_EXTENSIONS |