Commit 9ce2dd0b352833328ac531ec072c2db45d6fad81

Authored by Georg Hopp
1 parent 5adcd4ec

and add newly build configure

Showing 1 changed file with 6 additions and 0 deletions
... ... @@ -11612,6 +11612,8 @@ _ACEOF
11612 11612
11613 11613 LIBS="-lmcrypt $LIBS"
11614 11614
  11615 +else
  11616 + as_fn_error 1 "libmcrypt not found" "$LINENO" 5
11615 11617 fi
11616 11618
11617 11619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mhash_keygen in -lmhash" >&5
... ... @@ -11657,6 +11659,8 @@ _ACEOF
11657 11659
11658 11660 LIBS="-lmhash $LIBS"
11659 11661
  11662 +else
  11663 + as_fn_error 1 "libmhash not found" "$LINENO" 5
11660 11664 fi
11661 11665
11662 11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for json_object_new_object in -ljson" >&5
... ... @@ -11702,6 +11706,8 @@ _ACEOF
11702 11706
11703 11707 LIBS="-ljson $LIBS"
11704 11708
  11709 +else
  11710 + as_fn_error 1 "json-c library not found" "$LINENO" 5
11705 11711 fi
11706 11712
11707 11713
... ...
Please register or login to post a comment