[GIT] ppl/ppl(master): Fixed copy-and-paste mistake.
19 Jun
2012
19 Jun
'12
8:04 a.m.
Module: ppl/ppl Branch: master Commit: 57fc492201a822a7c0385b886ad32d2d8ec8d784 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=57fc492201a82...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Jun 19 08:03:16 2012 +0200
Fixed copy-and-paste mistake. (Thanks to Christian Luidolt.)
---
m4/ac_check_gmp.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/m4/ac_check_gmp.m4 b/m4/ac_check_gmp.m4 index 2d5fd65..5ceb585 100644 --- a/m4/ac_check_gmp.m4 +++ b/m4/ac_check_gmp.m4 @@ -49,7 +49,7 @@ fi
if test -n "$with_gmp_lib" then - gmp_library_paths="$with_gmp_lib/lib" + gmp_library_paths="$with_gmp_lib" gmp_library_options="-L$gmp_library_paths" fi
4881
Age (days ago)
4881
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roberto Bagnara