Description: the build does not need the C language.
Author: Nicolas Boulenguez <nicolas@debian.org>

--- a/log4ada.gpr
+++ b/log4ada.gpr
@@ -3,7 +3,7 @@
 
 library project log4ada is
 
-   for Languages use ("Ada", "C");
+   for Languages use ("Ada");
 
    type Library_Type_Enum is ("relocatable", "static");
    Library_Type : Library_Type_Enum := external ("LIBRARY_TYPE", "relocatable");
