summaryrefslogtreecommitdiff
path: root/packages/ekiga/opal
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/ekiga/opal
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/ekiga/opal')
-rw-r--r--packages/ekiga/opal/configure.diff32
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/ekiga/opal/configure.diff b/packages/ekiga/opal/configure.diff
deleted file mode 100644
index 46610db05d..0000000000
--- a/packages/ekiga/opal/configure.diff
+++ /dev/null
@@ -1,32 +0,0 @@
---- /tmp/opal.m4 2009-01-18 19:24:21.000000000 +0100
-+++ opal-3.4.4/opal.m4 2009-01-18 19:25:19.000000000 +0100
-@@ -813,27 +813,9 @@
- if test "x$opal_gsm" = "xyes"; then
- AC_MSG_CHECKING(if system GSM library has WAV49)
- old_LIBS=$LIBS
-- opal_gsm=no
-+ opal_gsm=yes
-
- LIBS="$LIBS -lgsm"
-- AC_RUN_IFELSE(
-- [AC_LANG_PROGRAM([[
-- #include <gsm.h>
-- ]],[[
-- int option = 0;
-- gsm handle = gsm_create();
-- return (gsm_option(handle, GSM_OPT_WAV49, &option) == -1) ? 1 : 0;
-- ]])], opal_gsm=yes)
-- LIBS=$old_LIBS
-- AC_MSG_RESULT($opal_gsm)
--
-- if test "x${opal_gsm}" = "xyes" ; then
-- GSM_CLFAGS=""
-- GSM_LIBS="-lgsm"
-- fi
-- OPAL_MSG_CHECK([System GSM], [$opal_gsm])
-- fi
-- AS_IF([test AS_VAR_GET([opal_gsm]) = yes], [$1], [$2])[]
- ])
-
-
-