summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-03-14 17:16:53 +0000
committerwlemb <wlemb>2000-03-14 17:16:53 +0000
commit2caab1fcae67f1de5d5dd36b053bc9997104c68d (patch)
tree28939ff3baef868765295132c7805066871be67b /configure
parent82c3453c11ce746757f528ab2527429794392346 (diff)
downloadgroff-2caab1fcae67f1de5d5dd36b053bc9997104c68d.tar.gz
* configure.in: Added test for strdup.
* src/devices/grolbp/lbp.cc: Added a strdup() version in case none is available. Replaced dynamic allocation of arrays `[...]' with `new' operator. Other minor fixes.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5086ad06..a04f6b7a 100755
--- a/configure
+++ b/configure
@@ -2303,7 +2303,7 @@ done
LIBS="$saved_libs"
-for ac_func in rename mkstemp strcasecmp strsep
+for ac_func in rename mkstemp strcasecmp strsep strdup
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2310: checking for $ac_func" >&5