Changeset 1018
- Timestamp:
- Sep 9, 2006, 7:31:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-config.in
r987 r1018 19 19 [--version] 20 20 [--libs] 21 [--plugin-libs]22 21 [--ldflags] 23 22 [--cflags] … … 73 72 ;; 74 73 caca) 75 libs="$libs -lcaca @CACA_LIBS@-lcucul"74 libs="$libs -lcaca -lcucul" 76 75 ;; 77 76 *) … … 84 83 if test "$libs" = "" 85 84 then 86 libs="-lcaca @CACA_LIBS@-lcucul"85 libs="-lcaca -lcucul" 87 86 fi 88 87
Note: See TracChangeset
for help on using the changeset viewer.