/[weechat]/weechat/configure.in
ViewVC logotype

Diff of /weechat/configure.in

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

revision 1.83 by flashcode, Sun Oct 30 18:37:58 2005 UTC revision 1.84 by flashcode, Mon Oct 31 10:56:32 2005 UTC
# Line 359  if test "x$debug" = "x2" ; then Line 359  if test "x$debug" = "x2" ; then
359      AC_DEFINE(DEBUG)      AC_DEFINE(DEBUG)
360  fi  fi
361    
362    LIBS="$LIBS $INTLLIBS"
363    
364  case "$host_os" in  case "$host_os" in
365  freebsd*)  freebsd*)
366          if test "x$enable_perl" = "xyes" -o "x$enable_python" = "xyes" ; then          if test "x$enable_perl" = "xyes" -o "x$enable_python" = "xyes" ; then
367             CFLAGS="$CFLAGS -pthread"             CFLAGS="$CFLAGS -pthread"
368          fi          fi
369          LIBS="$LIBS $INTLLIBS"          CFLAGS="$CFLAGS $CPPFLAGS"
         CFLAGS="$CFLAGS $CPPFLAGS"  
370          ;;          ;;
371  openbsd*)  openbsd*)
372          if test "x$enable_python" = "xyes" ; then          if test "x$enable_python" = "xyes" ; then
373             CFLAGS="$CFLAGS -pthread"             CFLAGS="$CFLAGS -pthread"
374          fi          fi
375          ;;          ;;
376  *)  *)
377          ;;          ;;
378  esac  esac

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26