aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-03-08 19:50:18 +0000
committerWerner Koch <[email protected]>1999-03-08 19:50:18 +0000
commitb31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f (patch)
treec55d9d29f4fe50c598024dbaa31f8fb9f4c56299 /configure.in
parentadd some demo keys (diff)
downloadgnupg-b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f.tar.gz
gnupg-b31145f3e25a3dd99ad2b84a4cd7ec0f43aafe2f.zip
See ChangeLog: Mon Mar 8 20:47:17 CET 1999 Werner Koch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 84fcbdb3b..dbc1c59db 100644
--- a/configure.in
+++ b/configure.in
@@ -171,7 +171,7 @@ case "${target}" in
esac
AC_SUBST(MPI_OPT_FLAGS)
-
+AM_SYS_SYMBOL_UNDERSCORE
GNUPG_CHECK_PIC
GNUPG_CHECK_RDYNAMIC
if test "$NO_PIC" = yes; then
@@ -241,9 +241,6 @@ if test "$try_dynload" = yes ; then
AC_DEFINE(USE_DYNAMIC_LINKING)
AC_DEFINE(HAVE_DL_DLOPEN)
DYNLINK_LDFLAGS="$CFLAGS_RDYNAMIC"
- dnl fixme: this is probably false but it should
- dnl work for freebsd
- AC_DEFINE(DLSYM_NEEDS_UNDERSCORE)
use_gnupg_extensions=yes
dnl else
dnl
@@ -429,12 +426,10 @@ echo '}' >>cipher/construct.c
dnl
dnl Figure how to link the cipher modules
dnl
-dnl (form now these are only dynamic)
AC_SUBST(STATIC_CIPHER_OBJS)
AC_SUBST(DYNAMIC_CIPHER_MODS)
-
dnl setup assembler stuff
AC_MSG_CHECKING(for mpi assembler functions)
if test -f $srcdir/mpi/config.links ; then