Cleanup: remove leftover manual pthread detection
[urcu.git] / Makefile.am
index 672beecad0176a848ab31d5258c97bee668e4747..7b21321d9c06099b817fd63bf0ed2ed1baa3c23e 100644 (file)
@@ -5,8 +5,8 @@ AM_CPPFLAGS = -I$(top_builddir)/urcu
 #Add the -version-info directly here since we are only building
 # library that use the version-info
 AM_LDFLAGS=-version-info $(URCU_LIBRARY_VERSION)
-if !LIBC_INCLUDES_PTHREAD
-AM_LDFLAGS+=-lpthread
+if USE_CYGWIN
+AM_LDFLAGS+=-no-undefined
 endif
 AM_CFLAGS=-Wall
 
This page took 0.023426 seconds and 4 git commands to generate.