--- qsampler/trunk/configure.ac 2014/10/16 17:11:32 2678 +++ qsampler/trunk/configure.ac 2015/01/13 23:31:13 2705 @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Qsampler, 0.2.3.15, rncbc@rncbc.org, qsampler) +AC_INIT(Qsampler, 0.2.3.16, rncbc@rncbc.org, qsampler) AC_CONFIG_SRCDIR(src/qsampler.cpp) AC_CONFIG_HEADERS(src/config.h) @@ -361,8 +361,6 @@ AC_SUBST(LIBGIG_LIBS) ac_cflags="$ac_cflags $LIBGIG_CFLAGS" ac_libs="$ac_libs $LIBGIG_LIBS" - CFLAGS="$ac_cflags" - CPPFLAGS="$ac_cflags" AC_DEFINE(CONFIG_LIBGIG_SETAUTOLOAD, 1, [Define if libgig provides gig::File::SetAutoLoad() method.]) ac_libgig_setautoload="yes" fi