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.

22 lines
707 B

  1. --- ./configure.ac.orig 2004-12-04 23:25:59.663292424 +0100
  2. +++ ./configure.ac 2004-12-04 23:28:30.555353344 +0100
  3. @@ -179,7 +179,7 @@
  4. [dash_pthread=""
  5. AC_MSG_RESULT(no)])
  6. ])
  7. - LIBS="$gnet_save_LIBS $dash_pthread"
  8. + LIBS="$gnet_save_LIBS"
  9. if test "x$dash_pthread" == "x"; then
  10. AC_CHECK_LIB([pthread],
  11. --- ./configure.orig 2004-12-04 23:28:38.815097672 +0100
  12. +++ ./configure 2004-12-04 23:29:17.616199008 +0100
  13. @@ -4834,7 +4834,7 @@
  14. fi
  15. rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
  16. - LIBS="$gnet_save_LIBS $dash_pthread"
  17. + LIBS="$gnet_save_LIBS"
  18. if test "x$dash_pthread" == "x"; then
  19. echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5