]> arthur.barton.de Git - netatalk.git/commitdiff
OpenBSD compile fix (tx to Jean-Philippe Rey for this one)
authorrufustfirefly <rufustfirefly>
Thu, 22 Mar 2001 17:57:33 +0000 (17:57 +0000)
committerrufustfirefly <rufustfirefly>
Thu, 22 Mar 2001 17:57:33 +0000 (17:57 +0000)
ChangeLog
configure.in

index 9d688e3aae2e78021bb7e92b822eb13ab8a15966..80749f473bb229d4d8bc63536c41cd2581d9140c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-($Id: ChangeLog,v 1.20 2001-03-21 14:36:36 rufustfirefly Exp $)
+($Id: ChangeLog,v 1.21 2001-03-22 17:57:33 rufustfirefly Exp $)
+
+2001-03-22 12:57 EST  jeff b  <jeff@univrel.pr.uconn.edu>  
+
+       * configure.in: patch for OpenBSD compile reported by Jean-Phillipe
+       Rey <jprey@ads.ecp.fr>
 
 2001-03-21 09:35 EST  jeff b  <jeff@univrel.pr.uconn.edu>  
 
index bd008d5f376294c11f973d5b6dfc31e889f58762..4401b6f92dedc68721a2aaabcc54b78dc5698a01 100644 (file)
@@ -459,6 +459,7 @@ dnl ----- OpenBSD specific -----
 if test x"$this_os" = "xopenbsd"; then 
        AC_MSG_RESULT([ * OpenBSD specific configuration])
        AC_DEFINE(BSD4_4)
+       AC_DEFINE(DLSYM_PREPEND_UNDERSCORE)
 fi
 
 dnl ----- Solaris specific -----