diff options
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r-- | autoconf/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 2050e1f8d1..58c6ecbda7 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -265,6 +265,7 @@ AC_PATH_PROG(POD2MAN,[pod2man],[true pod2man]) AC_PATH_PROG(PYTHON,[python],[true python]) AC_PATH_PROG(QMTEST,[qmtest],[true qmtest]) AC_PATH_PROG(RUNTEST,[runtest],[true runtest]) +DJ_AC_PATH_TCLSH AC_PATH_PROG(ZIP,[zip],[true zip]) dnl Determine if the linker supports the -R option. |