From 3a6c8a8ae7cd97a9f9e33f193033f1ab96ea2784 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 15 Sep 2004 00:59:31 +0000 Subject: r2338: Remove lonely looking definition of DYNEXP for HPUX in the configure "CPPFLAG settings for strange OS's section". DYNEXP should only be set in the shared library configure section. (This used to be commit 8d00f7310c934dcecac4b0af01e74836f62fa539) --- source3/configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 0e172727e5..a2c0d981fd 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -414,7 +414,6 @@ case "$host_os" in AC_DEFINE(_MAX_ALIGNMENT, 4, [Maximum alignment]) ;; esac - DYNEXP="-Wl,-E" ;; # -- cgit