projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe804b4
)
check for mcopidl
author
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 3 Jan 2002 16:47:38 +0000
(16:47 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 3 Jan 2002 16:47:38 +0000
(16:47 +0000)
Original commit message from CVS:
check for mcopidl
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 2c7d1284e41deefa17af19a6a7dcfc4d6b9d2988..0fd2bd1bd6fe5fd920d283b15eba2f6538f8262a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-345,6
+345,12
@@
translit(dnm, m, l) AM_CONDITIONAL(USE_ARTS, true)
GST_CHECK_FEATURE(ARTS, [arts plugins], arts, [
AM_PATH_ARTS(, HAVE_ARTS=yes, HAVE_ARTS=no)
])
+dnl if mcopidl can't be found there's no use in compiling it
+AC_PATH_PROG(MCOPIDL, mcopidl, yes, no)
+if test "xHAVE_MCOPIDL" = "xno";
+then
+ USE_ARTS=NO
+fi
dnl *** artsc ***
translit(dnm, m, l) AM_CONDITIONAL(USE_ARTSC, true)