/[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 2632 by persson, Sun Jun 15 07:03:51 2014 UTC revision 2633 by capela, Sun Jun 15 10:49:38 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  if test "$cross_compiling" = yes; then  ac_with_paths="/usr /usr/local"
   ac_with_paths=""  
 else  
   ac_with_paths="/usr /usr/local"  
 fi  
66    
67  # Set for alternate Qt installation dir.  # Set for alternate Qt installation dir.
68  AC_ARG_WITH(qt,  AC_ARG_WITH(qt,
# Line 357  if test "x$ac_libgig" = "xyes"; then Line 353  if test "x$ac_libgig" = "xyes"; then
353     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"])
354     AC_SUBST(LIBGIG_CFLAGS)     AC_SUBST(LIBGIG_CFLAGS)
355     AC_SUBST(LIBGIG_LIBS)     AC_SUBST(LIBGIG_LIBS)
356     ac_cflags="$ac_cflags $LIBGIG_CFLAGS"     ac_cflags="$ac_libs $LIBGIG_CFLAGS"
357     ac_libs="$ac_libs $LIBGIG_LIBS"     ac_libs="$ac_libs $LIBGIG_LIBS"
358     if test "x$ac_libgig" = "xyes"; then     if test "x$ac_libgig" = "xyes"; then
359        AC_DEFINE(CONFIG_LIBGIG, 1, [Define if libgig is available.])        AC_DEFINE(CONFIG_LIBGIG, 1, [Define if libgig is available.])

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

  ViewVC Help
Powered by ViewVC