Remove check for `canonicalize_file_name'.
* gnome-support.m4: Remove check for `canonicalize_file_name'. svn path=/trunk/; revision=359
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user