diff options
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index f3e988eac..45b30b2cf 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -163,7 +163,7 @@ case $host in if test "x$use_libdl" = "xyes" ; then HB_LIBS+=" -ldl -lpthreadGC2" fi - HB_LIBS+=" -lpthreadGC2" + HB_LIBS+=" -lpthreadGC2 -lregex" ;; *) HB_LIBS+=" -ldl -lpthread" |