aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-09-03 06:53:56 +0800
committerRaja R Harinath <harinath@src.gnome.org>1998-09-03 06:53:56 +0800
commit0e94defc997236d4cd07fd101159d2ea063c082c (patch)
tree8a8bae85f738aaa345c43cf78da216978ad0b96b
parent2be214b5981db106fc9a86c4393116d01cb738c4 (diff)
downloadgsoc2013-evolution-0e94defc997236d4cd07fd101159d2ea063c082c.tar
gsoc2013-evolution-0e94defc997236d4cd07fd101159d2ea063c082c.tar.gz
gsoc2013-evolution-0e94defc997236d4cd07fd101159d2ea063c082c.tar.bz2
gsoc2013-evolution-0e94defc997236d4cd07fd101159d2ea063c082c.tar.lz
gsoc2013-evolution-0e94defc997236d4cd07fd101159d2ea063c082c.tar.xz
gsoc2013-evolution-0e94defc997236d4cd07fd101159d2ea063c082c.tar.zst
gsoc2013-evolution-0e94defc997236d4cd07fd101159d2ea063c082c.zip
Remove check for `canonicalize_file_name'.
* gnome-support.m4: Remove check for `canonicalize_file_name'. svn path=/trunk/; revision=359
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-support.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 7ab30cf936..e43cd36cf8 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+1998-09-02 Raja R Harinath <harinath@cs.umn.edu>
+
+ * gnome-support.m4: Remove check for `canonicalize_file_name'.
+
1998-09-02 Martin Baulig <martin@home-of-linux.org>
* gnome-support.m4: Check for canonicalize_file_name () and
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index 61b825aa42..88100fa958 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -81,7 +81,7 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
AC_REPLACE_FUNCS(memmove mkstemp scandir strcasecmp strerror strndup strnlen)
AC_REPLACE_FUNCS(strtok_r strtod strtol strtoul vasprintf)
- AC_CHECK_FUNCS(canonicalize_file_name,,LIBOBJS="$LIBOBJS canonicalize.o")
+ #AC_CHECK_FUNCS(canonicalize_file_name,,LIBOBJS="$LIBOBJS canonicalize.o")
AC_CHECK_FUNCS(realpath,,LIBOBJS="$LIBOBJS canonicalize.o")
# to include `error.c' error.c has some HAVE_* checks