X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fopendir.m4;h=d411680561faf02bfb5ca9066f8204027806efbd;hb=04707083859be0e1be90aac1355e4efe5c3a339b;hp=fa315b9837bb42075da02d9552e5bffc6bb06baa;hpb=994c21f30d225cd35a8fa57851df8bc6bd66d97f;p=gnulib.git diff --git a/m4/opendir.m4 b/m4/opendir.m4 index fa315b983..d41168056 100644 --- a/m4/opendir.m4 +++ b/m4/opendir.m4 @@ -1,5 +1,5 @@ -# opendir.m4 serial 1 -dnl Copyright (C) 2011 Free Software Foundation, Inc. +# opendir.m4 serial 2 +dnl Copyright (C) 2011-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -17,7 +17,9 @@ AC_DEFUN([gl_FUNC_OPENDIR], m4_ifdef([gl_FUNC_FCHDIR], [ gl_TEST_FCHDIR if test $HAVE_FCHDIR = 0; then - REPLACE_OPENDIR=1 + if test $HAVE_OPENDIR = 1; then + REPLACE_OPENDIR=1 + fi fi ]) ])