summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-09-22 18:54:03 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-22 18:54:03 +0000
commitee9ee30c4baf2210be800dc2c642ed8002f17130 (patch)
tree75a7a2fa7498aa012b57d9c5b2f876ce0b9e7094
parent161dd0c26d69f29a28130db6831ff6c1ac5d6f95 (diff)
downloadpango-ee9ee30c4baf2210be800dc2c642ed8002f17130.tar.gz
Bug 357228 – Remove aix specific hack from configure.in
2006-09-22 Behdad Esfahbod <behdad@gnome.org> Bug 357228 – Remove aix specific hack from configure.in * configure.in: Remove hack added back 2002 that is not required anymore.
-rw-r--r--ChangeLog7
-rw-r--r--configure.in5
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 006f8974..72194523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-22 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 357228 – Remove aix specific hack from configure.in
+
+ * configure.in: Remove hack added back 2002 that is not required
+ anymore.
+
2006-09-18 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Step module interface version to 1.6.0 because of the
diff --git a/configure.in b/configure.in
index 161505df..71b66cb0 100644
--- a/configure.in
+++ b/configure.in
@@ -600,9 +600,8 @@ dnl * See whether we need to load our modules as .la files *
dnl ********************************************************
use_la_modules=false
-case $host in
- *-aix*) use_la_modules=true
-esac
+
+# is there any platform that we have to use .la files?
if $use_la_modules ; then
AC_DEFINE(USE_LA_MODULES, 1, [Whether to load modules via .la files rather than directly])