Remove local patch for platforms without shared libs
This commit is contained in:
parent
99edbe0a23
commit
d9e10c2579
@ -66,9 +66,6 @@ AC_SUBST(LIBEXT)
|
||||
AM_CONDITIONAL(PLATFORM_WIN32, test "x$platform_win32" = "xyes")
|
||||
AM_CONDITIONAL(PLATFORM_DARWIN, test "x$platform_darwin" = "xyes")
|
||||
|
||||
# some platforms don't even have shared libs
|
||||
AM_CONDITIONAL(SHARED_LIBS, [test -f /usr/libexec/ld.so])
|
||||
|
||||
# Whether to build Xaw6
|
||||
|
||||
AC_ARG_ENABLE(xaw6, AS_HELP_STRING([--disable-xaw6],
|
||||
|
@ -80,7 +80,6 @@ libXaw6_la_SOURCES = \
|
||||
libXaw6_la_LDFLAGS = -version-info 6:1:0 -no-undefined
|
||||
libXaw6_la_LIBADD = $(XAW6_LIBS)
|
||||
|
||||
if SHARED_LIBS
|
||||
if !PLATFORM_WIN32
|
||||
install-exec-hook::
|
||||
if PLATFORM_DARWIN
|
||||
@ -99,7 +98,6 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
if BUILD_XAW7
|
||||
@ -121,7 +119,6 @@ libXaw7_la_SOURCES = \
|
||||
libXaw7_la_LDFLAGS = -version-info 7:0:0 -no-undefined
|
||||
libXaw7_la_LIBADD = $(XAW7_LIBS)
|
||||
|
||||
if SHARED_LIBS
|
||||
if !PLATFORM_WIN32
|
||||
install-exec-hook::
|
||||
if PLATFORM_DARWIN
|
||||
@ -140,7 +137,6 @@ endif
|
||||
#endif
|
||||
endif
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
EXTRA_DIST = sharedlib.c
|
||||
|
Loading…
Reference in New Issue
Block a user