23 lines
588 B
Diff
23 lines
588 B
Diff
|
From 0a3dfcdcb620ac278d252a731e5359a244ebc671 Mon Sep 17 00:00:00 2001
|
||
|
From: Jerry James <loganjerry@gmail.com>
|
||
|
Date: Wed, 5 Jan 2022 21:08:14 -0700
|
||
|
Subject: [PATCH] Fix typo: labtk -> labltk
|
||
|
|
||
|
---
|
||
|
configure | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/configure b/configure
|
||
|
index 46bebaa..8a6a0a8 100755
|
||
|
--- a/configure
|
||
|
+++ b/configure
|
||
|
@@ -526,7 +526,7 @@ else
|
||
|
have_str=0
|
||
|
fi
|
||
|
|
||
|
-if check_library labltk 'normal since 4.02' labltk/labtk.cma; then
|
||
|
+if check_library labltk 'normal since 4.02' labltk/labltk.cma; then
|
||
|
have_labltk=1
|
||
|
else
|
||
|
have_labltk=0
|