--- qsampler/trunk/configure.ac 2009/03/25 15:16:37 1873 +++ qsampler/trunk/configure.ac 2009/04/28 09:06:43 1890 @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Qsampler, 0.2.1.25, rncbc@rncbc.org, qsampler) +AC_INIT(Qsampler, 0.2.1.26, rncbc@rncbc.org, qsampler) AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui) AC_CONFIG_HEADERS(config.h) @@ -37,7 +37,7 @@ ac_with_paths="/usr /usr/local" # Some a-la-debian alternatives... -for X in /usr/lib /usr/share; do +for X in /usr/lib /usr/lib64 /usr/share; do for Y in qt qt4; do if test -d $X/$Y/bin; then ac_with_paths="$ac_with_paths $X/$Y"