summaryrefslogtreecommitdiff
path: root/test/testdso.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2003-04-16 15:59:01 +0000
committerJoe Orton <jorton@apache.org>2003-04-16 15:59:01 +0000
commitad3a9f9435478a27fc2e6776af72dda52182d886 (patch)
tree1bef555417606919b0692f45cb6e3259f2763718 /test/testdso.c
parent0afc3ef7510d75e347005b94bc0f980054cdcd93 (diff)
downloadapr-ad3a9f9435478a27fc2e6776af72dda52182d886.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: https://svn.apache.org/repos/asf/apr/apr/trunk@64484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testdso.c')
-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 */