mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
398 B

  1. --- ./configure.orig 2004-06-04 15:45:24.000000000 +0200
  2. +++ ./configure 2004-07-03 12:38:49.000000000 +0200
  3. @@ -31720,7 +31720,7 @@
  4. # skip cygwin -pthread or -pthreads test
  5. ;;
  6. *)
  7. - for flag in pthread pthreads; do
  8. + for flag in ; do
  9. glib_save_CFLAGS="$CFLAGS"
  10. CFLAGS="$CFLAGS -$flag"
  11. if test "$cross_compiling" = yes; then