From c88f3eb2a479ce27db83f1b9deac0784270260b4 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Thu, 11 Jan 2007 06:03:09 +0000
Subject: [PATCH] fix missing endif

--HG--
extra : convert_revision : 03bf5b3717b0209ac382c00e291b741d755cbc1f
---
 libtommath/Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in
index 21dda19c..961b92ae 100644
--- a/libtommath/Makefile.in
+++ b/libtommath/Makefile.in
@@ -27,6 +27,8 @@ ifndef IGNORE_SPEED
 #debug
 #CFLAGS += -g3
 
+endif
+
 #install as this user
 ifndef INSTALL_GROUP
    GROUP=wheel
-- 
GitLab