12 lines
380 B
Diff
12 lines
380 B
Diff
--- tar-1.13.25/configure.ac.253 Tue Apr 9 19:21:01 2002
|
|
+++ tar-1.13.25/configure.ac Tue Apr 9 19:21:22 2002
|
|
@@ -234,7 +234,7 @@
|
|
jm_FUNC_MALLOC
|
|
jm_FUNC_MKTIME
|
|
jm_FUNC_REALLOC
|
|
-test "$ac_cv_func_strstr" = yes || LIBOBJS="$LIBOBJS strstr.o"
|
|
+test "$ac_cv_func_strstr" = yes || AC_LIBOBJ(strstr)
|
|
|
|
AC_CACHE_CHECK(for remote shell, tar_cv_path_RSH,
|
|
[if test -n "$RSH"; then
|