summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-26 13:08:11 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-16 12:16:55 +0100
commit66e75a56da3ef41eae076104e149687f704d7a7c (patch)
treedca86a04dba09aef428a62bae15f59fea66d71d2
parent4719e9a639e53f96699ccbd475f08b1d9d7c5e38 (diff)
downloadtelepathy-mission-control-66e75a56da3ef41eae076104e149687f704d7a7c.tar.gz
Remove obsolete datadir_expanded check from configure.ac
We use g_get_system_data_dirs() etc. now.
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 00812808..ab285877 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,17 +54,6 @@ AC_SUBST([ERROR_CFLAGS])
AM_CFLAGS="$CFLAGS -fno-strict-aliasing -ansi -DDMALLOC $ERROR_CFLAGS"
AC_SUBST([AM_CFLAGS])
-define([EXPAND_VARIABLE],
-[$2=[$]$1
-while true; do
- case "[$]$2" in
- *\[$]* ) eval "$2=[$]$2" ;;
- *) break ;;
- esac
-done])
-
-EXPAND_VARIABLE(datadir,datadir_expanded)
-
XSLTPROC=
AC_CHECK_PROGS([XSLTPROC], [xsltproc])
if test -z "$XSLTPROC"; then