/[svn]/qsampler/trunk/configure.ac
ViewVC logotype

Diff of /qsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2631 by capela, Sun Jun 15 00:27:04 2014 UTC revision 2632 by persson, Sun Jun 15 07:03:51 2014 UTC
# Line 62  AC_ARG_ENABLE(stacktrace, Line 62  AC_ARG_ENABLE(stacktrace,
62    
63    
64  # Standard installation base dirs.  # Standard installation base dirs.
65  ac_with_paths="/usr /usr/local"  if test "$cross_compiling" = yes; then
66      ac_with_paths=""
67    else
68      ac_with_paths="/usr /usr/local"
69    fi
70    
71  # Set for alternate Qt installation dir.  # Set for alternate Qt installation dir.
72  AC_ARG_WITH(qt,  AC_ARG_WITH(qt,
# Line 353  if test "x$ac_libgig" = "xyes"; then Line 357  if test "x$ac_libgig" = "xyes"; then
357     PKG_CHECK_MODULES(LIBGIG, gig >= 3.3.0, [ac_libgig="yes"], [ac_libgig="no"])     PKG_CHECK_MODULES(LIBGIG, gig >= 3.3.0, [ac_libgig="yes"], [ac_libgig="no"])
358     AC_SUBST(LIBGIG_CFLAGS)     AC_SUBST(LIBGIG_CFLAGS)
359     AC_SUBST(LIBGIG_LIBS)     AC_SUBST(LIBGIG_LIBS)
360     ac_cflags="$ac_libs $LIBGIG_CFLAGS"     ac_cflags="$ac_cflags $LIBGIG_CFLAGS"
361     ac_libs="$ac_libs $LIBGIG_LIBS"     ac_libs="$ac_libs $LIBGIG_LIBS"
362     if test "x$ac_libgig" = "xyes"; then     if test "x$ac_libgig" = "xyes"; then
363        AC_DEFINE(CONFIG_LIBGIG, 1, [Define if libgig is available.])        AC_DEFINE(CONFIG_LIBGIG, 1, [Define if libgig is available.])

Legend:
Removed from v.2631  
changed lines
  Added in v.2632

  ViewVC Help
Powered by ViewVC