and that move didn't move the contents. sorry for the noise.

This commit is contained in:
Cian Duffy
2012-07-27 22:12:49 +00:00
parent 212fa5e1be
commit 4d4036771b
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- schroedinger-1.0.11/configure.ac 2012-01-23 01:32:45.012320768 +0000
+++ schroedinger-1.0.11-haiku/configure.ac 2012-04-09 11:35:40.101187584 +0000
@@ -85,6 +85,10 @@
PTHREAD_CFLAGS=
PTHREAD_LIBS=-pthread
;;
+ haiku*)
+ PTHREAD_CFLAGS=
+ PTHREAD_LIBS=
+ ;;
*)
PTHREAD_CFLAGS=
PTHREAD_LIBS=-lpthread

View File

@@ -0,0 +1,13 @@
--- schroedinger-1.0.11/configure.ac 2012-01-23 01:32:45.012320768 +0000
+++ schroedinger-1.0.11-haiku/configure.ac 2012-04-09 11:35:40.101187584 +0000
@@ -85,6 +85,10 @@
PTHREAD_CFLAGS=
PTHREAD_LIBS=-pthread
;;
+ haiku*)
+ PTHREAD_CFLAGS=
+ PTHREAD_LIBS=
+ ;;
*)
PTHREAD_CFLAGS=
PTHREAD_LIBS=-lpthread