|
| 1 | +--- a/configure 2018-04-24 16:25:41.000000000 +0200 |
| 2 | ++++ b/configure 2018-06-01 19:55:45.043559397 +0200 |
| 3 | +@@ -15420,76 +15420,7 @@ |
| 4 | + |
| 5 | + # Check the distribution where you are compiling glusterfs on |
| 6 | + |
| 7 | +-GF_DISTRIBUTION= |
| 8 | +-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/debian_version" >&5 |
| 9 | +-$as_echo_n "checking for /etc/debian_version... " >&6; } |
| 10 | +-if ${ac_cv_file__etc_debian_version+:} false; then : |
| 11 | +- $as_echo_n "(cached) " >&6 |
| 12 | +-else |
| 13 | +- test "$cross_compiling" = yes && |
| 14 | +- as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 |
| 15 | +-if test -r "/etc/debian_version"; then |
| 16 | +- ac_cv_file__etc_debian_version=yes |
| 17 | +-else |
| 18 | +- ac_cv_file__etc_debian_version=no |
| 19 | +-fi |
| 20 | +-fi |
| 21 | +-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_debian_version" >&5 |
| 22 | +-$as_echo "$ac_cv_file__etc_debian_version" >&6; } |
| 23 | +-if test "x$ac_cv_file__etc_debian_version" = xyes; then : |
| 24 | +- |
| 25 | +-fi |
| 26 | +- |
| 27 | +-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/SuSE-release" >&5 |
| 28 | +-$as_echo_n "checking for /etc/SuSE-release... " >&6; } |
| 29 | +-if ${ac_cv_file__etc_SuSE_release+:} false; then : |
| 30 | +- $as_echo_n "(cached) " >&6 |
| 31 | +-else |
| 32 | +- test "$cross_compiling" = yes && |
| 33 | +- as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 |
| 34 | +-if test -r "/etc/SuSE-release"; then |
| 35 | +- ac_cv_file__etc_SuSE_release=yes |
| 36 | +-else |
| 37 | +- ac_cv_file__etc_SuSE_release=no |
| 38 | +-fi |
| 39 | +-fi |
| 40 | +-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_SuSE_release" >&5 |
| 41 | +-$as_echo "$ac_cv_file__etc_SuSE_release" >&6; } |
| 42 | +-if test "x$ac_cv_file__etc_SuSE_release" = xyes; then : |
| 43 | +- |
| 44 | +-fi |
| 45 | +- |
| 46 | +-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/redhat-release" >&5 |
| 47 | +-$as_echo_n "checking for /etc/redhat-release... " >&6; } |
| 48 | +-if ${ac_cv_file__etc_redhat_release+:} false; then : |
| 49 | +- $as_echo_n "(cached) " >&6 |
| 50 | +-else |
| 51 | +- test "$cross_compiling" = yes && |
| 52 | +- as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 |
| 53 | +-if test -r "/etc/redhat-release"; then |
| 54 | +- ac_cv_file__etc_redhat_release=yes |
| 55 | +-else |
| 56 | +- ac_cv_file__etc_redhat_release=no |
| 57 | +-fi |
| 58 | +-fi |
| 59 | +-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_redhat_release" >&5 |
| 60 | +-$as_echo "$ac_cv_file__etc_redhat_release" >&6; } |
| 61 | +-if test "x$ac_cv_file__etc_redhat_release" = xyes; then : |
| 62 | +- |
| 63 | +-fi |
| 64 | +- |
| 65 | +- |
| 66 | +-if test "x$ac_cv_file__etc_debian_version" = "xyes"; then |
| 67 | +- GF_DISTRIBUTION=Debian |
| 68 | +-fi |
| 69 | +-if test "x$ac_cv_file__etc_SuSE_release" = "xyes"; then |
| 70 | +- GF_DISTRIBUTION=SuSE |
| 71 | +-fi |
| 72 | +-if test "x$ac_cv_file__etc_redhat_release" = "xyes"; then |
| 73 | +- GF_DISTRIBUTION=Redhat |
| 74 | +-fi |
| 75 | +- |
| 76 | +- |
| 77 | ++GF_DISTRIBUTION=Redhat |
| 78 | + |
| 79 | + GF_HOST_OS="" |
| 80 | + GF_LDFLAGS="-rdynamic" |
0 commit comments