summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2009-01-09 17:14:49 -0500
committerTodd Zullinger <tmz@pobox.com>2009-01-12 13:20:17 -0500
commitb014835dc47a78e89fbea22c8cd6153105a0394c (patch)
treebd343bd3339b46b1642a2727972837ee9cea6d3a
parent02f857a1a7e479f28420315534ff54c856cd5041 (diff)
downloadlibgpod-hal-callout-path-fix.tar.gz
libgpod-hal-callout-path-fix.tar.xz
libgpod-hal-callout-path-fix.zip
Remove no longer needed expanded_libdir definitionhal-callout-path-fix
This was only used when setting the hal callout dir, and is no longer needed.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac18
2 files changed, 4 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b0efe3..4f8ef90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-01-08 Todd Zullinger <tmzullinger at users.sourceforge.net>
+ * configure.ac: Remove no longer needed expanded_libdir
+ definition. This was only used when setting the hal callout
+ dir, and is no longer needed.
+
* configure.ac: Improve the default hal callout path. The
search path hal uses for its callouts differs on various
platforms. The new path should work on more systems out of
diff --git a/configure.ac b/configure.ac
index bac44b2..312ac94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,24 +59,6 @@ AC_PROG_INTLTOOL([0.21])
PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gobject-2.0)
dnl **************************************************
-dnl * expand $libdir
-dnl * by default, it looks like ${prefix}/lib
-dnl * we want to expand prefix
-dnl **************************************************
-expanded_libdir=`(
- case $prefix in
- NONE) prefix=$ac_default_prefix ;;
- *) ;;
- esac
- case $exec_prefix in
- NONE) exec_prefix=$prefix ;;
- *) ;;
- esac
- eval echo $libdir
-)`
-
-
-dnl **************************************************
dnl we've copied gchecksum from glib 2.16. Only use the
dnl copy if the version of glib on the system does not
dnl provide it.