@@ -1,5 +1,5 @@
--- configure.ac.orig 2010-09-29 12:45:44.654756619 +0200
-+++ configure.ac 2010-09-29 12:46:08.814757232 +0200
++++ configure.ac 2010-09-29 13:15:38.315308354 +0200
@@ -87,7 +87,7 @@
#Default cxxflags
@@ -9,8 +9,17 @@
CXXFLAGS="$CXXFLAGS -O3 -funroll-all-loops -funroll-loops -DNDEBUG"
# Checks for header files.
+@@ -112,7 +112,7 @@
+ # We'll check that they work, and fail otherwise.
+ # In the future we may provide for testing alternate
+ # arguments, but that's not necessary now.
+-LIBS="$LIBS -static -lrt -pthread -laio"
++LIBS="$LIBS -lrt -pthread -laio"
+
+ # Checking for pthreads
+ pthread_arg="not_available"
--- configure.orig 2010-09-29 12:45:38.490060273 +0200
-+++ configure 2010-09-29 12:45:58.898755673 +0200
++++ configure 2010-09-29 13:15:30.099308497 +0200
@@ -4086,7 +4086,7 @@
#Default cxxflags
@@ -20,3 +29,12 @@
CXXFLAGS="$CXXFLAGS -O3 -funroll-all-loops -funroll-loops -DNDEBUG"
# Checks for header files.
+@@ -6032,7 +6032,7 @@
+ # We'll check that they work, and fail otherwise.
+ # In the future we may provide for testing alternate
+ # arguments, but that's not necessary now.
+-LIBS="$LIBS -static -lrt -pthread -laio"
++LIBS="$LIBS -lrt -pthread -laio"
+
+ # Checking for pthreads
+ pthread_arg="not_available"
|