add lttv wrapper
[lttv.git] / ltt / branches / poly / configure.in
index 62db1a533105582faabbcdda60aaecd23a264cca..4fa7c6d3b951ba3f237d379fe420c8ccb435ea84 100644 (file)
@@ -31,6 +31,8 @@ AM_PATH_GLIB_2_0(2.4.0, ,AC_MSG_ERROR([glib is required in order to compile Linu
 
 AM_PATH_GTK_2_0(2.4.0, ,AC_MSG_ERROR([gtk is required in order to compile GUI - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule)
 
+AC_PATH_PROGS(BASH, bash)
+
 AC_SYS_LARGEFILE
 
 # Checks for programs.
This page took 0.022944 seconds and 4 git commands to generate.