summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-04-16 15:59:01 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2003-04-16 15:59:01 +0000
commit7445ed27c8ee162becfe5a37e84255a450ed93f2 (patch)
tree1bef555417606919b0692f45cb6e3259f2763718 /test
parent915eff2d392165d3994cc8bfac2e82b8fe40f719 (diff)
downloadlibapr-7445ed27c8ee162becfe5a37e84255a450ed93f2.tar.gz
Add another hack to make testdso pass on BSD/OS; this needs fixing
properly sometime as these workarounds will break with future libtool releases. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testdso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdso.c b/test/testdso.c
index 26768ff59..2b88c3561 100644
--- a/test/testdso.c
+++ b/test/testdso.c
@@ -74,7 +74,7 @@
#elif defined(__hpux__)
# define MOD_NAME ".libs/mod_test.sl"
# define LIB_NAME ".libs/libmod_test.sl"
-#elif defined(_AIX)
+#elif defined(_AIX) || defined(__bsdi__)
# define MOD_NAME ".libs/libmod_test.so"
# define LIB_NAME ".libs/libmod_test.so"
#else /* Every other Unix */