mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
release c++ checking comment out test
Original commit message from CVS: release c++ checking comment out test
This commit is contained in:
parent
90959f7a2c
commit
688e1fecdc
4 changed files with 5 additions and 3 deletions
|
@ -858,6 +858,8 @@ int main ()
|
|||
}
|
||||
|
||||
],, no_arts=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
|
||||
dnl release C++ question
|
||||
AC_LANG_POP(C++)
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
LIBS="$ac_save_LIBS"
|
||||
fi
|
||||
|
@ -908,5 +910,4 @@ int main ()
|
|||
AC_SUBST(ARTS_LIBS)
|
||||
rm -f conf.artstest
|
||||
])
|
||||
dnl release C++ question
|
||||
|
||||
|
|
|
@ -168,4 +168,5 @@ int main ()
|
|||
rm -f conf.artstest
|
||||
])
|
||||
dnl release C++ question
|
||||
AC_LANG_POP(C++)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
|||
libtestplugin_la_SOURCES = testplugin.c
|
||||
libtestplugin2_la_SOURCES = testplugin2.c
|
||||
|
||||
linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
||||
# linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
||||
|
||||
static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
|||
libtestplugin_la_SOURCES = testplugin.c
|
||||
libtestplugin2_la_SOURCES = testplugin2.c
|
||||
|
||||
linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
||||
# linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
||||
|
||||
static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue