Skip to content

Commit

Permalink
regenerated autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
ColumPaget committed Jun 23, 2017
1 parent 591f3d6 commit 641532d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libUseful-2.8/configure
Original file line number Diff line number Diff line change
Expand Up @@ -3560,7 +3560,7 @@ _ACEOF
fi
cf_have_ptsname_r=$ac_cv_lib_c_ptsname_r
if test "$cf_have_ptsname_r"
if test "$cf_have_ptsname_r" = "yes"
then
$as_echo "#define HAVE_PTSNAME_R 1" >>confdefs.h
Expand Down Expand Up @@ -3612,7 +3612,7 @@ _ACEOF
fi
cf_have_unshare=$ac_cv_lib_c_unshare
if test "$cf_have_unshare"
if test "$cf_have_unshare" = "yes"
then
$as_echo "#define HAVE_UNSHARE 1" >>confdefs.h
Expand Down Expand Up @@ -3664,7 +3664,7 @@ _ACEOF
fi
cf_have_umount2=$ac_cv_lib_c_umount2
if test "$cf_have_umount2"
if test "$cf_have_umount2" = "yes"
then
$as_echo "#define HAVE_UMOUNT2 1" >>confdefs.h
Expand Down Expand Up @@ -3716,7 +3716,7 @@ _ACEOF
fi
cf_have_umount=$ac_cv_lib_c_umount
if test "$cf_have_umount"
if test "$cf_have_umount" = "yes"
then
$as_echo "#define HAVE_UMOUNT 1" >>confdefs.h
Expand Down Expand Up @@ -3768,7 +3768,7 @@ _ACEOF
fi
cf_have_mkostemp=$ac_cv_lib_c_mkostemp
if test "$cf_have_mkostemp"
if test "$cf_have_mkostemp" = "yes"
then
$as_echo "#define HAVE_MKOSTEMP 1" >>confdefs.h
Expand Down

0 comments on commit 641532d

Please sign in to comment.