By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2159
Collapse All | Expand All

(-)a/mpeglib/configure.in.in (+9 lines)
Lines 158-163 case "$OS_TYPE" in Link Here
158
  NetBSD)
158
  NetBSD)
159
    kde_mpeglib_compiles=yes
159
    kde_mpeglib_compiles=yes
160
    ;;
160
    ;;
161
  OpenBSD)
162
    kde_mpeglib_compiles=yes
163
    ;;
161
  Linux)
164
  Linux)
162
    kde_mpeglib_compiles=yes
165
    kde_mpeglib_compiles=yes
163
    ;;
166
    ;;
Lines 188-193 case "$OS_TYPE" in Link Here
188
    AC_DEFINE(OS_Linux,1,[Define if you have linux pthread])
191
    AC_DEFINE(OS_Linux,1,[Define if you have linux pthread])
189
    ;;
192
    ;;
190
193
194
  OpenBSD)
195
    OS_TYPE="BSD"
196
    AC_CHECK_LIB(c_r, pthread_create, [LIBPTHREAD="-pthread"])
197
    AC_DEFINE(OS_BSD,1,[Define if you have BSD pthread])
198
    ;;
199
191
  FreeBSD | DragonFly)
200
  FreeBSD | DragonFly)
192
    OS_TYPE="BSD"
201
    OS_TYPE="BSD"
193
    AC_DEFINE(OS_BSD,1,[Define if you have BSD pthread])
202
    AC_DEFINE(OS_BSD,1,[Define if you have BSD pthread])

Return to bug 2159