diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-16 18:48:22 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-16 18:48:22 +0000 |
commit | 6a25f872d6102058c8186398627abc5d84f2363a (patch) | |
tree | 15296eaa714fdd659452f3c46a59282d23426d72 /configure.ac | |
parent | e4e314d67ac1327aecad7bc2934921eec62050c8 (diff) | |
download | mana-6a25f872d6102058c8186398627abc5d84f2363a.tar.gz mana-6a25f872d6102058c8186398627abc5d84f2363a.tar.bz2 mana-6a25f872d6102058c8186398627abc5d84f2363a.tar.xz mana-6a25f872d6102058c8186398627abc5d84f2363a.zip |
Fixed install process to include new GUI graphics.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f2684b1f..7fcd211c 100755 --- a/configure.ac +++ b/configure.ac @@ -160,5 +160,5 @@ AC_OUTPUT echo echo Build with OpenGL: $with_opengl echo -echo configure comlete, not type \"make\" +echo configure complete, now type \"make\" echo |