From b014835dc47a78e89fbea22c8cd6153105a0394c Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Fri, 9 Jan 2009 17:14:49 -0500 Subject: Remove no longer needed expanded_libdir definition This was only used when setting the hal callout dir, and is no longer needed. --- ChangeLog | 4 ++++ configure.ac | 18 ------------------ 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 + * 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 @@ -58,24 +58,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 -- cgit