Remove local patch for platforms without shared libs

This commit is contained in:
matthieu 2016-10-02 10:30:06 +00:00
parent 99edbe0a23
commit d9e10c2579
2 changed files with 0 additions and 7 deletions

View File

@ -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],

View File

@ -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