mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +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"])
|
],, no_arts=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
|
||||||
|
dnl release C++ question
|
||||||
|
AC_LANG_POP(C++)
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
LIBS="$ac_save_LIBS"
|
LIBS="$ac_save_LIBS"
|
||||||
fi
|
fi
|
||||||
|
@ -908,5 +910,4 @@ int main ()
|
||||||
AC_SUBST(ARTS_LIBS)
|
AC_SUBST(ARTS_LIBS)
|
||||||
rm -f conf.artstest
|
rm -f conf.artstest
|
||||||
])
|
])
|
||||||
dnl release C++ question
|
|
||||||
|
|
||||||
|
|
|
@ -168,4 +168,5 @@ int main ()
|
||||||
rm -f conf.artstest
|
rm -f conf.artstest
|
||||||
])
|
])
|
||||||
dnl release C++ question
|
dnl release C++ question
|
||||||
|
AC_LANG_POP(C++)
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
||||||
libtestplugin_la_SOURCES = testplugin.c
|
libtestplugin_la_SOURCES = testplugin.c
|
||||||
libtestplugin2_la_SOURCES = testplugin2.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
|
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
|
libtestplugin_la_SOURCES = testplugin.c
|
||||||
libtestplugin2_la_SOURCES = testplugin2.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
|
static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue