diff options
author | lloyd <[email protected]> | 2008-11-13 01:09:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-13 01:09:28 +0000 |
commit | eaa23a0cefa65e8d90816b1827822337f95743d0 (patch) | |
tree | a461878104e53051ad1fb6fae53be30a93541cd6 /configure.pl | |
parent | efb0a01f36eaf45e21848be4d1f2bedde711b3a1 (diff) |
Don't namespace botan-config by major/minor versions (use pkg-config for this if desired)
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl index 737800665..f78eeea55 100755 --- a/configure.pl +++ b/configure.pl @@ -101,8 +101,7 @@ sub main { $$config{'build-dir'} = 'build'; $$config{'botan-config'} = File::Spec->catfile( - $$config{'build-dir'}, - 'botan-' . $MAJOR_VERSION . $MINOR_VERSION . '-config'); + $$config{'build-dir'}, 'botan-config'); $$config{'botan-pkgconfig'} = File::Spec->catfile( $$config{'build-dir'}, |