diff options
author | Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-11-19 02:40:09 +0100 |
---|---|---|
committer | Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-11-19 02:40:09 +0100 |
commit | 164bbe5a9cf846903b166e37df087a4b9c8b363a (patch) | |
tree | b1b14d7b834da919445e882abbf5a894bd2a8e84 /misc | |
parent | fde0f38a10e94f385870c021b27bcdd1891c3b7b (diff) | |
download | xine-lib-164bbe5a9cf846903b166e37df087a4b9c8b363a.tar.gz xine-lib-164bbe5a9cf846903b166e37df087a4b9c8b363a.tar.bz2 |
Create a new macro CC_NOUNDEFINED to check for the -z defs flag or
equivalent.
I wanted this because I'm going to reuse attribute.m4 with that macro
for a couple other projects.
This also removes AC_TRY_LDFLAGS since it's not used any longer
(replaced by CC_CHECK_LDFLAGS, which also caches results).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common index a0617bbb4..4adab1527 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -3,7 +3,7 @@ XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la xineincludedir = $(includedir)/xine xineplugdir = $(XINE_PLUGINDIR) -xineplug_ldflags = $(NOUNDEF) -avoid-version -module +xineplug_ldflags = $(LDFLAGS_NOUNDEFINED) -avoid-version -module xinepostdir = $(XINE_PLUGINDIR)/post vidixdir = $(XINE_PLUGINDIR)/vidix |